---
title: "List placeholder resources"
method: GET
path: "/placeholder_resources"
tags: ["placeholder resources"]
---

# List placeholder resources

`GET /placeholder_resources`

Retrieves a paginated list of all placeholder resources in the account.

## Query parameters

- `fields` 'assignments' | 'custom_field_values'
- `per_page` integer
- `page` integer
- `with_deleted` boolean

## Response `200`

A list of placeholder resources.

- PlaceholderResourcesResponse
  - `paging` PagingMetadata
    - `per_page` integer — The maximum number of items to show per response page.
    - `page` integer — The current response page number.
    - `previous` string, nullable — If you're on the first page, this value is `null`; otherwise the value is the path and query parameters to get the previous page of items.
    - `self` string — The path and query parameters to get the current page of items.
    - `next` string, nullable — If there are more items, this value is the path and query parameters to get the next page of items; otherwise, it's `null`.
    - `count` integer, nullable — The total number of items in all the pages.
  - `data` Placeholder[]
    - `id` integer, required — Unique identifier for the placeholder resource.
    - `title` string, required — The name/title of the placeholder.
    - `user_type_id` integer, required — The numeric code that specifies the user/resource type.
    - `guid` string, uuid, required — The globally unique identifier (GUID) for the resource.
    - `role` string, nullable — The placeholder's role in the organization.
    - `discipline` string, nullable — The placeholder's discipline.
    - `location` string, nullable — The organizational location the placeholder belongs to.
    - `displayName` string, required — The displayed name of the placeholder.
    - `type` string, required — The object type.
    - `thumbnail` string, uri, nullable — A URL to the placeholder's image thumbnail.
    - `abbreviation` string, nullable — A short abbreviation for the placeholder.
    - `color` string, nullable — The color associated with the placeholder in the UI.
    - `created_at` string, date-time, required — The time of creation.
    - `updated_at` string, date-time, required — The time of the last update.
    - `billrate` number, required — The user's billable rate. A value of -1 indicates the default rate.

## Other responses

- `404` — Not Found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
