Get Activity Log Record
This operation returns an Activity Log Record by URI from the tenant.
Request
Type | Name | Required | Details |
---|---|---|---|
Headers | Authorization | Yes | Information about authentication access token in format "Bearer <accessToken> " (see details in Authentication API. |
Query | itemsCursor | No | In case you get an Activity Log Record with the non-empty itemsCursor attribute, this means that the items array of the record does not contain all items. And in this case you may re-request the Activity Log Record by id (using this request) and you should specify itemsCursor parameter in the request. In this case you will get the next portion of the Activity Log Record Items. And itemsCursor attribute again if there are more items that were not returned. |
Query | joinSplitActivity | No |
A Boolean to control whether you access a split activity as a single activity. When an operation generates a large activity with a huge number of items, such activities are split into multiple activities, for example:
Without this parameter you would need to make several calls to get the complete set of log records for the activity, by appending Instead, you can use the When set If there are too many items in the resulting activity, the API allows for pagination via the |
Response
JSON Object representing the Activity Log Record with specified Id.
Simple Example
Request
Response
Join Split Activity Example
Request
Response