Activity
API for audit trails
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Trail List | Admin, Project Admin, Project Edit, Project View | - | - | - | - |
Trail Detail | Admin, Project Admin, Project Edit, Project View | - | - | - | - |
Trail List
GET
{{ base_url }}/tables/activity/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Query Parameters
Name | Type | Description |
---|---|---|
row__sid | string | If not provided, the most recent activities will be returned. |
Headers
Name | Type | Description |
---|---|---|
token | string | Authentication token |
Trail Detail
GET
{{ base_url }}/tables/activity/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string | trail sid |
Headers
Name | Type | Description |
---|---|---|
token | string |
Last updated