Get user activities
GET/userActivities
Retrieve a user's activities
Request
Query Parameters
Site Identifier
Next page of results token
Limit Results
10
Fetch 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 [
Array [
]
]
Next page of results token
userActivities
object[]
List of user activities syncs
The type of the activity
Possible values: [VIEW
, CREATE
, UPDATE
, DELETE
, SOFT_DELETE
, RESTORE
, NEW_VERSION
]
Inserted Timestamp
User who added document
document
object
Site Identifier
Path or Name of document
Document Content Width property
Document Content Height property
Path or Name of deep link
Inserted Timestamp
Last Modified Timestamp
Document checksum, changes when document file changes
The type of checksum to use for file validation
Possible values: [SHA1
, SHA256
]
Document Identifier
Document Content-Type
User who added document
Document size
Document version
Document Version Identifier
Document storage version
Parent Document Identifier
metadata
object[]
List of document Metadata
Metadata key
Metadata value
Metadata values
changes
object
property name*
UserActivityChanges
Previous key value
New key value
{
"next": "string",
"userActivities": [
{
"type": "VIEW",
"insertedDate": "string",
"userId": "string",
"document": {
"siteId": "string",
"path": "string",
"width": "string",
"height": "string",
"deepLinkPath": "string",
"insertedDate": "string",
"lastModifiedDate": "string",
"checksum": "string",
"checksumType": "SHA1",
"documentId": "string",
"contentType": "string",
"userId": "string",
"contentLength": 0,
"version": "string",
"versionKey": "string",
"s3version": "string",
"belongsToDocumentId": "string",
"metadata": [
{
"key": "string",
"value": "string",
"values": [
"string"
]
}
]
},
"changes": {}
}
]
}