Get Integration Activity

Gets the installation activity details of an installed integration activity.

Details the payload activities

Path Parameters

  • tenantIdstringrequired

    Describes the tenantId of the tenant

Query Parameters

  • pageNointeger

    {pageNo}

    Default: 1

  • pageSizeinteger

    {pageSize}

    Default: 100

  • isDescendingOrderboolean

    {true/false}

  • sortNamestring

    {field}

    Default: id

  • queryStringstring

    queryString should be separated by %2B (URL encoding of + ) For example The url https://<api-url>/api/v2/tenants/11f66908-1085-1477-9c16-e9ee0e5b3f71/integrations/activity?queryString=installedintgId:INTG-d682a796-363d-4659-a6d2-5eb1f28b1355+intgMode:INBOUND+status:SUCCESS+startTime:2023-04-09T12:35:21 0530+endTime:2023-05-10T03:40:47 0530 Should be encoded as https://<api-url>/api/v2/tenants/11f66908-1085-1477-9c16-e9ee0e5b3f71/integrations/activity?queryString=installedintgId:INTG-d682a796-363d-4659-a6d2-5eb1f28b1355+intgMode:INBOUND+status:SUCCESS+startTime:2023-04-09T12:35:21 0530+endTime:2023-05-10T03:40:47 0530

  • intgModestring

    Integration mode. This specifies the inbound or outbound configuration of integration.

    Enum:
    OUTBOUNDINBOUND
  • startTimestring

    Get the integration activities within a date range. - startTime indicates from date.

  • endTimestring

    Get the integration activities within a date range. - endTime indicates to date.

  • installedintgIdstring

    Installed integration Id. To get the integration activity of a particular installed integration, provide the installed integration Id in the query parameter string.

  • statusstring

    Status of integration

    Enum:
    SUCCESSFAILED

Responses

  • resultsarray

  • totalResultsinteger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • descendingOrderboolean

  • pageNointeger

Loading Examples...