CannedResponses
Get one CannedResponse
Retrieve a single CannedResponse record by its Id.
GET
Get one CannedResponse
A CannedResponse, also called a message macro, is a reusable CRM message template owned by a location and identified by a required name, optional subject, and optional HTML body.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CannedResponse-Read role.Path Parameters
integer
required
The Id of the CannedResponse record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this message macro; the user must have access to the location.
string
Display value for Business.Name..
string
Required name used to identify this reusable message macro.
string
Optional subject line for the message macro.
string
Optional HTML body content for the reusable message macro.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response