List Tickets
Query parameters
Set to true to include data from the original software.
Set to get the number of records.
Set to get the number of records after this cursor.
Headers
The connection token
Response
Example response
{
"data": [
{
"name": "Customer Service Inquiry",
"status": "OPEN",
"description": "Help customer",
"due_date": "2024-10-01T12:00:00Z",
"type": "BUG",
"parent_ticket": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"collections": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
],
"tags": [
"my_tag",
"urgent_tag"
],
"completed_at": "2024-10-01T12:00:00Z",
"priority": "HIGH",
"assigned_to": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
],
"comment": {
"body": "Assigned to Eric !",
"html_body": "<p>Assigned to Eric !</p>",
"creator_type": "USER",
"ticket_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"contact_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"attachments": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
},
"account_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"contact_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"attachments": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
],
"field_mappings": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"remote_id": "id_1",
"remote_data": {
"key1": "value1",
"key2": 42,
"key3": true
},
"created_at": "2024-10-01T12:00:00Z",
"modified_at": "2024-10-01T12:00:00Z"
}
]
}Changes
Changed in 11 of the 18 revisions of this API.881120
- ▲
for the
queryrequest parameterlimit, default value50was removedrequest-parameter-default-value-removed
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
removed the
BUGenum value from theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CLOSEDenum value from theallOf[subschema #2]/data/items/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
CONTACTenum value from theallOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
HIGHenum value from theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
LISTenum value from theallOf[subschema #2]/data/items/collections/items/oneOf[UnifiedTicketingCollectionOutput]/collection_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
LOWenum value from theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
MEDIUMenum value from theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-removed
- ○
removed the
OPENenum value from theallOf[subschema #2]/data/items/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PROJECTenum value from theallOf[subschema #2]/data/items/collections/items/oneOf[UnifiedTicketingCollectionOutput]/collection_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
SUBTASKenum value from theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
TASKenum value from theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
TO-DOenum value from theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
USERenum value from theallOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typeresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterlimit, default value50was addedrequest-parameter-default-value-added
- ▲
- ▲
for the
queryrequest parameterlimit, default value30was removedrequest-parameter-default-value-removed
- ▲
- ▲
for the
queryrequest parameterlimit, default value30was addedrequest-parameter-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
UnifiedTicketingAttachmentInputsubschema #1to theallOf[subschema #2]/data/items/attachments/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
UnifiedTicketingAttachmentOutputsubschema #1to theallOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/attachments/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
UnifiedTicketingTagOutputsubschema #1to theallOf[subschema #2]/data/items/tags/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
allOf[subschema #2]/data/items/attachments/items/response's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/collectionsresponse's property type/format changed fromstring/toarray/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/attachments/items/response's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/tags/items/response's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterlimit, default value50was removedrequest-parameter-default-value-removed
- ●
added the new
BUGenum value to theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CLOSEDenum value to theallOf[subschema #2]/data/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
CONTACTenum value to theallOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIGHenum value to theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-added
- ●
added the new
LOWenum value to theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-added
- ●
added the new
MEDIUMenum value to theallOf[subschema #2]/data/items/priorityresponse property for the response status200response-property-enum-value-added
- ●
added the new
OPENenum value to theallOf[subschema #2]/data/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
SUBTASKenum value to theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TASKenum value to theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TO-DOenum value to theallOf[subschema #2]/data/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
USERenum value to theallOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typeresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
allOf[PaginatedDto]/next_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[PaginatedDto]/prev_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/account_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/assigned_tobecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/attachmentsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/collectionsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/commentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/attachmentsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/bodybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/contact_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/html_bodybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/is_privatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/ticket_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/user_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/completed_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/contact_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/due_datebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/parent_ticketbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/prioritybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/statusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/tagsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame optional for the status200response-property-became-optional
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromstring/date-timetoobject/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromstring/date-timetoobject/for status200response-property-type-changed
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the response property
allOf[subschema #2]/data/items/created_atbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/field_mappingsbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/modified_atbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/remote_databecame required for the status200response-property-became-required
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
allOf[PaginatedDto]/next_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[PaginatedDto]/prev_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/account_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/assigned_tobecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/attachmentsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/collectionsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/commentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/attachmentsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/bodybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/contact_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/creator_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/html_bodybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/is_privatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/ticket_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/comment/allOf[UnifiedTicketingCommentInput]/user_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/completed_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/contact_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/due_datebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/parent_ticketbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/prioritybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/statusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/tagsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame optional for the status200response-property-became-optional
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲