om een gepersonaliseerde navigatie te krijgen.
om een gepersonaliseerde navigatie te krijgen.
The person endpoint supports the following query string parameters:
changedAfter and changedUntil |
Date Time stamp filter:
|
THIS ENDPOINT HAS BEEN DEPRECATED
Use the endpoints Person and Employment.
The employee endpoint supports the following query string parameters
Parameter |
description |
personCode
|
Returns a list of employment records filtered by personId
|
personId |
Returns a list of employment records filtered by personId
|
changedAfter and changedUnil |
Date Time stamp filter:
|
The cost allocation endpoint supports the following query string parameters
Parameter |
Description |
Id |
Returns the cost allocation by id
|
The organizationUnits endpoint supports the following query string parameters
Parameter |
Description |
shortName |
Returns a list of all organizationUnit records filtered by shortName
|
changedAfter and changedUnil |
Date Time stamp filter:
|
The roleAssignments endpoint supports the following query string parameters
Parameter |
Description |
personId |
Returns a list of all role assignment records filtered by personId
|
shortName |
Returns a list of all role assignment records filtered by shortName
|
changedAfter and changedUnil |
Date Time stamp filter:
|
The jobProfiles endpoint supports the following query string parame
Parameter |
Description |
shortName |
Returns a list of all jobProfile records filtered by shortName
|
changedAfter and changedUnil |
Date Time stamp filter:
|
To reduce the load of an endpoint each endpoint supports paging. If the results of an endpoint contain more than 500 records, the results set will end with a nextLink tag. The nextLink indicates that there are more pages to load. If there is no nextLink at the end of the page, it means that it’s the last page of the result set. The default value is 500 records, but it is possible to use less than that.
Hieronder een voorbeeld waarbij 125 records per pagina wordt opgehaald.
GET https://api.youforce.com//iam/v1.0/persons?take=125
In de nextLink wordt deze page size overgenomen, zodat ook de vervolg pagina's maximaal 125 records bevat.
U kunt een page size tot maximaal 1000 records opvragen.
After a record is deleted in the core system, the API will return the record with his id and the flag isDelete = true.
This delete means that the whole record including all version are delete.
For example
{
"id": "907624",
"isDeleted": true,
"shortName": "907624"
}
Copyright 2019 Visma Community. All right reserved.