PeopleForce
GuidesAPI reference
List all departments GETCreate a department POSTDelete a department DELETEUpdate a department PUT
Departments

List all departments

GET
/api/public/v2/departments

Response Body

application/json

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

List all competencies GET

Previous Page

Create a department POST

Next Page