Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get a user activity logs

GET/api/timeline/user
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/user?perPage=string&page=string&q=string&action=string&resourceType=string&resourceId=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.