User product bookings (r:user-bookings)

http//rels.goabout.com/user-bookings

The User Bookings relation provides a link between a User (p:user) and their Product booking (p:product-booking) s. Denoting all bookings a User (p:user) has made.

Example

{
  "_links": {
    "http://rels.goabout.com/products" : {
      "href" : "https://api.goabout.com/user/{id}/bookings{?start,end}",
      "templated" : true
    }
  }
}

Method

Properties

start:DateTime The start DateTime to limit results by; inclusive.
end:DateTime The end DateTime to limit results by; exclusive.

Connection

This relation links

to