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

Examples

GET /v1/6cec37f2-44c4-461d-a567-7f0d5bff4283/events/07f76197-04d5-45a5-bf43-374caa3895f1/documents
200
{
  "documents": [
    {
      "id": "63893f4b-8de5-4bcd-81fb-52b0e02ae105",
      "description": "Print Doc 2",
      "type": "PrintTemplate",
      "is_relevant": true,
      "created_at": "2023-09-15T04:37:54.105-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": "6cec37f2-44c4-461d-a567-7f0d5bff4283",
      "event_id": "07f76197-04d5-45a5-bf43-374caa3895f1",
      "document": {}
    }
  }
}