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}

  • 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...