v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBplaceholder resources
List placeholder resource assignments
Retrieves a list of assignments for a specific placeholder. A placeholder_resource_ID is used as the user_id parameter in the Assignments API.
get/placeholder_resources/{placeholder_resource_id}/assignments
Path parameters
placeholder_resource_idinteger required
The ID of the placeholder resource.
Response
A paginated list of assignments. Returns an empty array if no assignments are found.
Example response
{
"paging": {
"per_page": 100,
"page": 1,
"previous": "/api/v1/users?per_page=1000&page=1",
"self": "/api/v1/users?per_page=1000&page=2",
"next": "/api/v1/users?per_page=1000&page=3"
},
"data": [
{
"allocation_mode": "percent",
"percent": 0.2,
"id": 889,
"user_id": 5612,
"assignable_id": 1234,
"starts_at": "2025-09-17",
"ends_at": "2025-12-17",
"repetition_id": 886,
"created_at": "2025-08-27T12:00:00Z",
"updated_at": "2025-08-27T12:00:00Z",
"all_day_assignment": true,
"bill_rate": 100,
"bill_rate_id": 58776516,
"status_option_id": 1234567890
}
]
}