v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Notification

Get ticket ids of a notification.

Retrieve list of tickets for a given notification id. Returns information for tickets notification type.

get/api/v2/notifications/{id}/tickets

Path parameters

idinteger required

The id of the notification requested.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100
Example:10

The number of result items in a single response.

Response

Success

TicketIdinteger

The unique identifier of the ticket.

Example response

[
  {
    "TicketId": 13
  }
]