Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get all activity logs (admin)

GET/api/timeline
Authorization
AuthorizationBearer token (JWT) · headerrequired
Query parameters
perPagestringrequired
pagestringrequired
qstringrequired
actionstringrequired
resourceTypestringrequired
resourceIdstringrequired
Responses
200
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/timeline?perPage=string&page=string&q=string&action=string&resourceType=string&resourceId=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.