List Job Profile Data
Get a list of all Job Profile Data available in the system. This can for example be used to keep track of proper synchronisation between your system and the Skill Engine API.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique Job ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Query Parameters
The maximal number of entities returned, ordered by the last_updated
field and external_id
.
Required range:
1 < x < 200
The applied offset for returned entities, results starting from offset
up to offset + limit
.
Required range:
x > 0
Was this page helpful?