Reservations

This object represents a user's reservation to a shift. A shift can have one or more reservations attached to them (i.e. Jon and Sarah are both scheduled to the same shift on Thursday at 1-3pm). If you're not familiar with Vome's system, the hierarchy works as follows: Category > Opportunity > Shift Within a shift, there can be custom details added such as a shift title, the number of spots permitted, and other shift-related details. Once a user is added to a shift, it creates a reservation object, which stores the details of of the user's status (i.e. if they're reserved or cancelled), their arrival and departure time, the number of hours they logged, and so forth. Endpoints

  • GET /api/reservations/

  • GET /api/reservations/{reservation_id}/

  • GET /api/reservations/search/

Last updated