Get all event logs

GET https://api.expirationreminder.net/v1/eventlogs

Query Parameters

term stringOptional

Default:

type stringOptional

Default:

page integerOptional

Default: -1

sort stringOptional

Default:

sortDirection stringOptional

Default: asc

GET /v1/eventlogs
$ curl https://api.expirationreminder.net/v1/eventlogs \
  -H "Authorization: Bearer <token>"

Responses

Property Type Description
eventlogs object[] -
pages integer (int32) -
page integer (int32) -
total integer (int32) -

Example Response

{
  "eventlogs": [
    {
    "description": "string",
    "details": "string",
    "created": "string",
    "id": "00000000-0000-0000-0000-000000000000",
    "type_id": 0,
    "user": {
    "name": "string",
    "email": "string",
    "id": "00000000-0000-0000-0000-000000000000",
    "team_id": "00000000-0000-0000-0000-000000000000"
  },
    "related_entities": [
    {
    "id": "00000000-0000-0000-0000-000000000000",
    "type_id": 0
  }
  ]
  }
  ],
  "pages": 0,
  "page": 0,
  "total": 0
}

Bad Request

Property Type Description
message string -
ok boolean -

Example Response

{
  "message": "string",
  "ok": false
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.