GET
/
activity
/
sessions
/
{workspaceId}
/
{eventId}
/
logs
curl --request GET \
  --url https://api.hyra.io/activity/sessions/{workspaceId}/{eventId}/logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "_id": "<string>",
    "actor": "<string>",
    "prop_changed": "<string>",
    "old_value": "<string>",
    "new_value": "<string>",
    "server_id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
eventId
string
required

Response

200 - application/json
Default Response
_id
string
required
actor
string
required
prop_changed
string
required
createdAt
string
required
updatedAt
string
required
old_value
string
new_value
string
server_id
string