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
RulesetId Identifier
RuleId Identifier
Workflow Identifier
Attribute Key
Possible values: [document]
Schema Type
Classification Id
Mapping Id
Api Key
Possible values: [opa]
Control Policy
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
API Key
Ruleset Identifier
Schema Identifier
Mapping Identifier
Classification Identifier
Ruleset Rule Identifier
Workflow Identifier
Control Policy Type
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",
"apiKey": "string",
"rulesetId": "string",
"schema": "string",
"mappingId": "string",
"classificationId": "string",
"ruleId": "string",
"workflowId": "string",
"controlPolicy": "string",
"changes": {}
}
]
}