Params

Param name Description
id
required

Validations:

  • Must be a String

Examples

// Successful Fetch
GET /v1/1de3303b-ab51-4959-adbf-1d13c322b8e9/move_ins/AnIdThatDoesNotExist!
404
{
  "meta": {
    "message": "Move in event with id AnIdThatDoesNotExist! not found",
    "status_code": 404,
    "docs": "http://test.host/docs/v1",
    "error_code": 9,
    "error_hash": {},
    "status_message": "Not Found",
    "status_cat": "https://http.cat/404",
    "request_method": "GET",
    "request_id": null,
    "parameters": {
      "facility_id": "1de3303b-ab51-4959-adbf-1d13c322b8e9",
      "id": "AnIdThatDoesNotExist!",
      "move_in": {}
    }
  }
}