Get Integration Activity
Gets the installation activity details of an installed integration activity.
Details the payload activities
Path Parameters
- tenantId
Describes the tenantId of the tenant
Query Parameters
- pageNo
{pageNo}
Default: 1
- pageSize
{pageSize}
Default: 100
- isDescendingOrder
{true/false}
- sortName
{field}
Default: id
- queryString
{queryString}
- intgMode
Integration mode. This specifies the inbound or outbound configuration of integration.
- Enum:
- OUTBOUNDINBOUND
- startTime
Get the integration activities within a date range. - startTime indicates from date.
- endTime
Get the integration activities within a date range. - endTime indicates to date.
- installedintgId
Installed integration Id. To get the integration activity of a particular installed integration, provide the installed integration Id in the query parameter string.
- status
Status of integration
- Enum:
- SUCCESSFAILED
Responses
- results
- totalResults
- pageSize
- totalPages
- nextPage
- descendingOrder
- pageNo
Loading Examples...