---
title: "Get a MessageTemplatePartial by id"
method: GET
path: "/messageTemplatePartials/{messageTemplatePartialId}"
tags: ["messageTemplatePartials"]
---

# Get a MessageTemplatePartial by id

`GET /messageTemplatePartials/{messageTemplatePartialId}`

## Path parameters

- `messageTemplatePartialId` string, required

## Response `200`

MessageTemplatePartial

- MessageTemplatePartialsResponse
  - `deleted` 0 | 1 — Flag for logical deletion where 1 means deleted.
  - `createdBy` string — The ID of the user who created this object.
  - `updatedBy` string — The ID of the user who updated this object.
  - `deletedBy` string — The ID of the user who deleted this object.
  - `createdAt` string, date-time — The date/time when this object was created.
  - `updatedAt` string, date-time — The date/time when this object was updated.
  - `deletedAt` string, date-time — The date/time when this object was deleted.
  - `_id` string — Luma's internal ID of an object.
  - `user` string — The ID of the root account user.
  - `name` string
  - `template` string
  - `type` 'campaign' | 'digital-call-deflection' | 'generic'
  - `subType` 'digital-call-deflection-appointment-management' | 'digital-call-deflection-initiated-text' | 'digital-call-deflection-error' | 'digital-call-deflection-luma-bot' | 'digital-call-deflection-main-menu' | 'digital-call-deflection-other' | 'digital-call-deflection-patient-verification' | 'digital-call-deflection-redirect' | 'digital-call-deflection-scheduling' | 'digital-call-deflection-sub-menu' | 'digital-call-deflection-third-party-link'

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope
- `404` — MessageTemplatePartial not found

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
