Get a list of all External Companies available in the system. This can for example be used to keep track of proper synchronisation between your system and the Skill Engine API.
The access token received from the authorization server in the OAuth 2.0 flow.
The maximal number of entities returned, ordered by the last_updated field and external_id.
1 <= x <= 20050
The applied offset for returned entities, results starting from offset up to offset + limit.
x >= 0Additional entity attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes.
custom_properties ["custom_properties"]OK
Total number of External Company objects stored inside the system.
x >= 02
Subset of External Companies starting from offset up to offset + limit.
[
{
"external_id": "5cbdbdbe-5f44-4423-8157-520f8a2f429a",
"name": "TechWolf",
"vat": "BE0702852201",
"location": { "lat": 51.0216707, "lng": 2.6887328 }
},
{
"external_id": "62d2c013-ab77-410e-b5fb-2f96eed9c1db",
"name": "Example BVBA",
"vat": "BE0702852201",
"location": { "lat": 50.0216707, "lng": 3.6887328 }
}
]