API ReferenceTicket Blacklist
Retrieves the collection of TicketBlacklist resources
Retrieves the collection of TicketBlacklist resources
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Query Parameters
page?integer
The collection page number
Default
1itemsPerPage?integer
The number of items per page
Range
0 <= value <= 100Default
30pagination?boolean
Enable or disable pagination
order[value]?string
Default
"asc"Value in
- "asc"
- "desc"
Response Body
curl -X GET "https://example.com/ticket/ticket-blacklists"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "type": "domain", "value": "string", "createdBy": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "firstName": "string", "lastName": "string", "email": "string", "pictureSm": "string", "contractorName": "string", "jobPositionName": "string" } }]