Get resource activities
GET/activities
Retrieve an resource activities
Request
Query Parameters
Site Identifier
Document Identifier
EntityType Identifier
Possible values: [PRESET, CUSTOM]
Namespace Identifier
Entity Identifier
Start of date-time range (UTC)
End of date-time range (UTC)
Possible values: [ASC, DESC]
Sort order (default DESC)
Next page of results token
Limit Results
10Fetch specific user activities
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Next page of results token
activities
object[]
List of Entity Type activities
Resource of Activity
Type of Activity
The Source of the activity
The Source IP address of the user
The activity message
The status of the activity
Possible values: [COMPLETE, FAILED, UNAUTHORIZED]
Inserted Timestamp
User who added document
Document Identifier
Document Attribute Key
Entity Type Identifier
Entity Identifier
changes
object
property name*
UserActivityChanges
Previous key value
New key value
{
"next": "string",
"activities": [
{
"resource": "string",
"type": "string",
"source": "string",
"sourceIpAddress": "string",
"message": "string",
"status": "COMPLETE",
"insertedDate": "string",
"userId": "string",
"entityTypeId": "string",
"entityId": "string",
"changes": {}
}
]
}