HelpDeskMessages
Get one HelpDeskMessage
Retrieve a single HelpDeskMessage record by its Id.
GET
Get one HelpDeskMessage
Help desk messages are location-owned support tickets opened by customers, which can be assigned, categorized, prioritized, and closed.
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 HelpDeskMessage-Read role.Path Parameters
integer
required
The Id of the HelpDeskMessage record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this support ticket; it is supplied from the agent context..
integer
ID of the customer who opened this support ticket..
string
Display value for Coworker.FullName..
integer
Optional ID of the support department that receives the ticket and can trigger its task-list workflow..
string
Display value for HelpDeskDepartment.Name..
string
Required ticket subject, up to 254 characters..
string
Required initial message describing the customer’s support request; multiline text is allowed..
integer
Ticket urgency: Low, Normal, High, or Critical; new tickets default to Normal when no priority is supplied.. See
eHelpDeskMessagePriority enum values: 1 = Low, 2 = Normal, 3 = High, 4 = Critical.integer
Read-only result of the automatic AI reply attempt: NotProcessed, Responded, or NotResponded.. See
eHelpDeskAiResult enum values: 1 = NotProcessed, 2 = Responded, 3 = NotResponded.integer
Read-only AI-generated issue category: Printing, WiFi, Access, Billing, Noise, HVAC, Cleaning, Booking, or Other; it remains empty until classified..
boolean
Whether the ticket is closed; closing records the closure time and reopening clears it..
string
Read-only UTC timestamp set when the ticket is closed and cleared when it is reopened..
integer
Optional ID of the staff user currently assigned to own the ticket..
string
Display value for Owner.FullName..
string
Current file name of the image (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the image.
boolean
Set to true to remove the current image file.
integer
Read-only first-response duration for this ticket, measured in whole minutes..
integer
System-managed ID of the AI channel session that escalated this ticket; do not set it through help desk ticket operations..
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