PeopleForce
GuidesAPI reference
List all positions GETCreate a position POSTDelete a position DELETEUpdate a position PUT
Positions

List all positions

GET
/api/public/v2/positions

Response Body

application/json

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

List all pay schedules GET

Previous Page

Create a position POST

Next Page