Codevisor Server
Api reference

GET Sessions Id Events

GET/v1/sessions/{id}/events

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/sessions/string/events"
[  {    "id": 0,    "globalEventId": 0,    "subjectRevision": 0,    "serverId": "string",    "kind": "project.created",    "subjectId": "string",    "createdAt": "string",    "payload": null  }]
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}