PeopleForce
People

Early access

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

List a person's assets

Returns a list of person assets

GET
/api/v4/people/{id}/assets

Returns a list of person assets

Path Parameters

id*integer
Formatint32

Response Body

application/json

curl -X GET "https://example.com/api/v4/people/0/assets"
{  "data": [    {      "id": 0,      "name": "string"    }  ]}