Retrieves multiple (upto 1,000) activity records with pagination and filtering options.
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Page number for pagination
Number of records per page
Filter by activity types (comma-separated list)
Exclude certain activity types (comma-separated list)
Filter by content IDs (comma-separated)
Filter by content type
Filter activities after this timestamp (format YYYY-MM-DD hh:mm:ss)
Filter activities before this timestamp (format YYYY-MM-DD hh:mm:ss)
Successful response
{
"pagination": {
"totalResults": 34223,
"totalPages": 1720,
"page": 1,
"perPage": 20
},
"results": [
{
"id": "64b6f4a8c2e4a1b9d3f2c4a1",
"user": "64b6f4a8c2e4a1b9d3f2c4a2",
"type": "viewed",
"date": "2020-02-12T14:58:23.621Z",
"contextId": "5f9d88d6e1b2a34c56d78901",
"contextType": "content",
"data": {},
"with": null
}
]
}Details of the pagination
Total number of results matching the query
Total number of pages available
Current page number
Number of results per page
Unique identifier for the content
Title of the content
Detailed description of the content, may contain HTML
List of tags associated with this content
The kind of artifact associated with this content record
Timestamp when the content was created
Timestamp when the content was last updated
User ID who authored this content. Nullable for auto-curated content.
Whether the content has been recognized for its importance or validity by the customer organization