---
title: "Get a list of placeholders"
method: GET
path: "/v4/messages/placeholders"
tags: ["Messaging"]
---

# Get a list of placeholders

`GET /v4/messages/placeholders`

## Query parameters

- `continuationToken` string
- `size` integer
- `Search` string
- `IncludeDisabled` boolean
- `IncludeStandard` boolean
- `SortBy.Field` 'label', string
- `SortBy.Order` 'ascending' | 'descending', string

## Response `200`

Success

- ContinuationTokenResponsePlaceholderResponse
  - `continuationToken` string, nullable
  - `items` PlaceholderResponse[], nullable
    - `id` string, nullable
    - `label` string, nullable
    - `isDisabled` boolean
    - `organizationId` string, nullable
    - `type` string, nullable
    - `lastUpdatedAt` string, date-time, nullable
    - `integrationSyncs` PlaceholderIntegrationSyncResponse[], nullable
      - `integrationType` string, nullable
      - `lastSyncDate` string, date-time, nullable
    - `mappings` PlaceholderMappingsResponse[], nullable
      - `formId` string, uuid, nullable
      - `formFieldId` string, nullable

---

[API](https://skmtc.net/submittable/apis/submittable-api-documentation.md) · [All operations](https://skmtc.net/submittable/apis/submittable-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/submittable/submittable-api-documentation/versions/254ce50c8212/schema)
