List Tickets Fulfilled by a User
GET {{baseUrl}}/api/v2/routing/requirements/fulfilled
Returns a list of ticket ids that contain attributes matching the current user's attributes. Accepts a ticket_ids parameter for relevant tickets to check for matching attributes.
Allowed For
- Agents and admins
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"fulfilled_ticket_ids":[1,17]}