PeopleForce
People

Early access

Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.

Get a person salary

Returns a single salary record

GET
/api/v4/people/{person_id}/compensation/salaries/{id}

Returns a single salary record

Path Parameters

person_id*integer
Formatint32
id*integer
Formatint32

Response Body

application/json

curl -X GET "https://example.com/api/v4/people/0/compensation/salaries/0"
{  "id": 0,  "effective_on": "2019-08-24",  "amount": 0.1,  "currency_code": "string",  "per": "string",  "comment": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "custom_fields": {}}