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