Support Ticket

Read

Retrieve a single Support Ticket record by ID.

get/api/cp/support-ticket/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

bodyobject

Body

createdBystring

Created By

createdAtstring

Created At

Example response

{
  "body": {},
  "createdBy": "example_createdBy",
  "createdAt": "example_createdAt"
}

Changes