PeopleForce
GuidesAPI reference
List all holiday policies GETCreate a holiday policy POSTDelete a holiday policy DELETEUpdate a holiday policy PUTList all holidays GETCreate a holiday POST
Holidays

List all holidays

GET
/api/public/v2/holidays

Response Body

application/json

curl -X GET "https://example.com/api/public/v2/holidays"
{  "data": [    null  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}

Update a holiday policy PUT

Previous Page

Create a holiday POST

Next Page