Get Activity Log of tickets
Gets user activities on tickets.
Path Parameters
- clientId
Describes the clientId of the tenant
- ticketEntity
Supported service desk entity.These are case sensitive.
- Enum:
- incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
- ticketId
Unique Identifier (UUID) for incidents,service requests,problem universall called as tickets
Query Parameters
- startTs
To get activities performed on an incident within a certain duration, provide the start time and end time. startTs indicates the from date and time.
- endTs
endTs indicates the to date and time.
- isDescendingOrder
To list the data in a descending order (high to low), provide `isDescendingOrder: true`, otherwise provide false. By default, data is listed in descending order.
- Enum:
- truefalse
Responses
- results
- totalResults
- pageSize
- nextPage
- startDate
- endDate
- descendingOrder
Loading Examples...