The event_id can be a move_in_unit_event, move_out_unit_event, or successful_payment_event id.

Examples

GET /v1/91059f0d-ef4d-494c-a9cd-a4ecd0cb5225/events/fefe4801-ff83-46f1-9e41-73962b03d125/documents
200
{
  "documents": [
    {
      "id": "eefb7f2e-f193-4eaa-8e59-9dfe4be8f45d",
      "description": "Print Doc 2",
      "type": "PrintTemplate",
      "is_relevant": true,
      "created_at": "2022-09-12T22:36:14.948-10:00"
    }
  ],
  "meta": {
    "pagination": {
      "current_page": 1,
      "total_pages": 1,
      "per_page": 100,
      "total_entries": 1,
      "previous_page": null,
      "next_page": null
    },
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "91059f0d-ef4d-494c-a9cd-a4ecd0cb5225",
      "event_id": "fefe4801-ff83-46f1-9e41-73962b03d125"
    }
  }
}