POST /users/logs
Get activity logs for the current user
/users/logs
POST
Get activity logs for the current user
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
| Key | Type | Example | Description |
|---|---|---|---|
| query optional | string |
"example-string"
|
Search query string
|
| count optional | boolean |
true
|
Return count instead of results
|
| limit optional | integer |
50
|
Maximum number of results
|
| offset optional | integer |
0
|
Number of results to skip
|
| filters optional | object |
{}
|
Additional search filters
|
| sort optional | array |
[{}]
|
[
{
"_meta": {
"guid": "example-string",
"entity": 42,
"created": 42,
"modified": 42,
"updated": 42
},
"id": "example-string",
"userguid": "example-string",
"type": "comment",
"timestamp": 42,
"comment": "example-string",
"message": "example-string",
"descriptor": "example-string",
"elements": [
{}
]
}
]
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
users_me |
Required scope: users_me |
Back to Users Return to the Users category to view other endpoints All API Categories Browse all available API categories