Retrieve all time off policies
GET
/api/organizations/{organization_id}/policies
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations//policies?fetchAllStatuses'
Response Response Example
[
{
"id": "string",
"organizationId": "string",
"name": "string",
"allowNegativeBalance": true,
"assignedStaffCount": 0,
"carryover": true,
"default": true,
"fullDayDuration": 0,
"limitSettings": "string",
"paid": true,
"requiresApproval": true,
"status": "Draft",
"type": {
"id": "string",
"name": "string",
"type": "Sick"
},
"typeId": "string",
"units": "days",
"createdAt": "string",
"updatedAt": "string"
}
]
Request
Path Params
organization_id
string
required
Query Params
fetchAllStatuses
boolean
optional
Example:
true