Get Activity Log of tickets

Gets user activities on tickets.

Path Parameters

  • clientIdstringrequired

    Describes the clientId of the tenant

  • ticketEntitystringrequired

    Supported service desk entity.These are case sensitive.

    Enum:
    incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks
  • ticketIdstringrequired

    Unique Identifier (UUID) for incidents,service requests,problem universall called as tickets

Query Parameters

  • startTsstring

    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.

  • endTsstring

    endTs indicates the to date and time.

  • isDescendingOrderstring

    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

  • resultsarray

  • totalResultsnumber

  • pageSizenumber

  • nextPageboolean

  • startDatestring

  • endDatestring

  • descendingOrderboolean

Loading Examples...