---
title: "Get a placeholder by id"
method: GET
path: "/v4/messages/placeholders/forms/{formId}"
tags: ["Messaging"]
---

# Get a placeholder by id

`GET /v4/messages/placeholders/forms/{formId}`

## Path parameters

- `formId` string, uuid, required

## Response `200`

Success

- PlaceholderResponse[]
  - `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

## Other responses

- `404` — Entity not found

---

[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/revisions/254ce50c8212/schema)
