v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBSchedule
Get All Assignments
List schedule assignments across the team. Supports filtering by date range, project, and member.
get/resource-planner/assignments
Query parameters
type'time-off' | 'assignment'
Example:time-off
Filter by Assignment Type
projectstring
Example:ev:3456780034
Filter by Project ID
taskstring
Example:ev:1123000456
Filter by Task ID
clientnumber
Example:1408
Filter by Client ID
fromstring
Example:2020-11-19
Get Assignments Starting From
tostring
Example:2020-11-30
Get Assignments Ending At
allowRemovedUsersboolean
Include assignments of users removed from the team.
Response
OK
Example response
[
{
"days": 10,
"endDate": "2019-02-01",
"id": 41827,
"project": "as:981141080110246",
"startDate": "2019-01-21",
"time": 252000,
"type": "project",
"user": 79786
}
]