While updating a ticket, you'll need to pass the sd-api-key and sd-dashboard-user-email in the header.
ENDPOINT
- GET /v1/ticket/
RESPONSE
- {
- "total": "2",
- "data": [
- {
- "id": "3553",
- "subject": "Ticket Subject",
- "description": "Ticket Description",
- "status": "solved",
- "type": "incidents",
- "priority": "high",
- "canBeSolved": false,
- "createdAt": "2022-01-31T21:22:49Z",
- "modifiedAt": "2022-01-31T21:31:59Z"
- },
- {
- "id": "3552",
- "subject": "Ticket First",
- "description": "Ticket First",
- "status": "solved",
- "type": "question",
- "priority": "low",
- "canBeSolved": false,
- "createdAt": "2022-01-31T21:22:49Z",
- "modifiedAt": "2022-01-31T21:31:59Z"
- }
- ]
- }