v1/events

GET /v1/events

List all events. No pagination is provided in this version.

Request Headers:
 
Parameters:
  • bag_id (uuid) – Bag’s id
Response Headers:
 
Response JSON Array of Objects:
 
  • id (int) – The event’s id
  • type (string) – The event’s type. Currently, the only type allowed is fixity check.
  • executor (string) – The user’s username
  • outcome (string) – The result of the invent, whether it succeeded or failed. Must be one of success or failed.
  • detail (string) – Detailed information about the event.
  • date (date) – When the event was created
Status Codes: