Skip to content
TALA
Esc
navigateopen⌘Jpreview

Get logs for a specific resource (admin)

GET/api/timeline/resource/{type}/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
typestringrequired
idstringrequired
Query parameters
perPagestringrequired
pagestringrequired
qstringrequired
Responses
200
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/timeline/resource/string/string?perPage=string&page=string&q=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.