v1

latestOpenAPI 3.0.32026-08-0613775357.6 KB
placeholder resources

List project placeholder resources

Retrieves a list of placeholder resources assigned to a specific project. This is similar to listing users on a project.

get/projects/{project_id}/placeholder_resources

Path parameters

project_idinteger required

The ID of the project.

Response

A paginated list of placeholder resources assigned to the project.

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": [
    {
      "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
    }
  ]
}