Fetch resource assignment list.
This endpoint enables you to retrieve a list of resource assignments.
This endpoint enables you to retrieve a list of resource assignments for the given filter. The response will provide you with the basic information about the resource assignments, including the resource, the assigned resource and the duration of the assignment.
Query parameters
Filters the resource assignments based on the resource IDs.
Filters the resource assignments based on the employee IDs.
Filters the resource assignments based on the tool IDs.
Filters the resource assignments based on the tracker IDs.
Filters the resource assignments based on the project IDs.
Filters the resource assignments based on the order IDs.
Filters the resource assignments based on the resource absence type IDs.
Filters the resource assignments based on the custom project IDs.
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.
Response
Success Response:
Example response
{
"data": [
{
"assignedFrom": "2015-02-20T12:59:21+01:00",
"assignedTo": "2015-02-20T12:59:21+01:00"
}
]
}