Help Desk
List Help Desk Messages
Returns the authenticated customer’s help desk messages, optionally including closed tickets.
GET
List Help Desk Messages
List Help Desk Messages
Returns a list of help desk messages (support tickets) belonging to the authenticated customer. By default returns only open tickets; setshowClosed=true to include resolved tickets.
Authentication
Requires a valid customer bearer token.Query Parameters
boolean
required
true — include closed/resolved tickets. false — return only open tickets.string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Records.Subject,Records.Closed,Records.CreatedOn.Response
Returns aHelpDeskMessages object containing an array of support ticket records.