v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBplaceholder resources
Fetch placeholder resource
Retrieves a single placeholder resource by its ID.
get/placeholder_resources/{placeholder_resource_id}
Path parameters
placeholder_resource_idinteger required
The ID of the placeholder resource.
Query parameters
fields'assignments' | 'custom_field_values'
A comma-separated list of additional fields to include in the response.
Response
The requested placeholder resource.
Example response
{
"id": 1543853,
"title": "IT Admin",
"guid": "337e802d-30b8-4abe-a021-0c66e64ba326",
"displayName": "IT Admin",
"type": "PlaceholderResource",
"thumbnail": "https://assets.rm.smartsheet.com/images/it_admin.png",
"abbreviation": "IT",
"color": "Fuchsia",
"created_at": "2022-03-22T18:56:10Z",
"updated_at": "2022-04-05T19:47:27Z",
"billrate": -1
}