Pull Ticket API by Date Range
The Pull Ticket API section allows users to get the existing ticket information sourced from external systems which were created particularly on the specific dates
Pull Ticket.
Authentication:
Basic <Your Token>Request Body
Name
Mandatory
Type
Description
[
{
“limit” : 1, // Required field ,if PaginationEnabled
"start_date": "2024-04-22",
"end_date": "2024-04-22"
}
]Response Body
Response
Response Messages
Error Codes
Error Codes
Description
Example of a working curl
Last updated