Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
200 - application/json
Ok
The response is of type any[].
Get messages by query with support for filtering, sorting, and pagination.
Filtering:
ticket=507f1f77bcf86cd799439011type=COMMENT or type=COMMENT,NOTEbot=true or bot=falsecreatedAt>=2024-01-01&createdAt<=2024-12-31Sorting:
sort=-createdAt (newest first) or sort=createdAt (oldest first)sort=-updatedAtPagination:
limit=50 (default up to 10000)skip=0 (for pagination: skip=(page-1)*limit)Translation:
language=es (language code for target language)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Ok
The response is of type any[].