Availability Management
View availability & calendar of Job seeker: Including scheduled shifts, auto availability and days blocked off.
Get a detailed calendar View
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
'operation_status': 'Success',
'response_data': {
'2022-01-01': {
'shifts': [{Array of Shifts}],
'availability': [{Array of Auto availability}],
'blocked': [{Array of dates blocked with reasons.}]
},
'2022-01-02': {
'shifts': [{Array of Shifts}],
'availability': [{Array of Auto availability}],
'blocked': [{Array of dates blocked with reasons.}]
},
'2022-01-03': {
'shifts': [{Array of Shifts}],
'availability': [{Array of Auto availability}],
'blocked': [{Array of dates blocked with reasons.}]
},
'2022-01-04': {
'shifts': [{Array of Shifts}],
'availability': [{Array of Auto availability}],
'blocked': [{Array of dates blocked with reasons.}]
}
}
}Add new availability for a given date.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Remove an existing availability for a job seeker.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Block off a date when a candidate is not available to work.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Remove a block already placed by the candidate.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?