PeopleForce
GuidesAPI reference
List all locations GETCreate a location POST
Locations

List all locations

GET
/api/public/v2/locations

Response Body

application/json

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

List all leave types GET

Previous Page

Create a location POST

Next Page