Get Integration Activity
Gets the installation activity details of an installed integration activity.
get
/api/v2/tenants/{tenantId}/integrations/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
00