GET
Ticket abrufen
/tickets/{ticket_id}Gibt ein bestimmtes Ticket nach ID zurück.
Parameter
Pfadparameter
| Name | Typ | Beschreibung |
|---|---|---|
ticket_iderforderlich | string | The ticket ID |
Code-Beispiele
curl -X GET "https://api.qamaq.io/api/v1/tickets/{ticket_id}" \
-H "Authorization: Bearer qmq_your_api_key"Antworten
200Ticket details
Response Body
{
id:stringboard_id:stringtitle:stringdescription:stringstatus_id:stringstatus_name:stringpriority:"low" | "medium" | "high" | "critical"lowmediumhighcritical
assignee_id:stringassignee_name:stringdue_date:string (date-time)labels:string[]custom_fields:objectposition:integercreated_at:string (date-time)updated_at:string (date-time)created_by:string}