Get Ticket Log
All API requests should contain authorization headers.
Request
Query Parameters.
Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket you want to receive
take
integer
no
Max ammount of tickets shown in results. Max value is 50. default: 25
skip
integer
no
Amount of tickets should be skipped from the result
Request Body
Body of request should contain the following model serialized to JSON.
Field
Type
Comments
action_types
array of Ticket action type enumeration values
Action types needed to be added to results. If empty, all action types are returned
Response
Data
field will contain array of an Ticket Log models.
Last updated