Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

add booking search by object id #5

Open
alexm opened this issue Jul 30, 2013 · 3 comments
Open

add booking search by object id #5

alexm opened this issue Jul 30, 2013 · 3 comments

Comments

@alexm
Copy link
Member

alexm commented Jul 30, 2013

The API v2 does not define how to get a list of bookings for a given object (resource, event or tag), e.g.:

GET /booking?resource=123
GET /booking?event=456
GET /booking?tag=foobar
@aaguilera
Copy link
Member

There is a typo in your examples. It should be:

GET /booking?resource=123

instead of

GET /booking&resource=123

(note the "?" instead of "&")

@alexm
Copy link
Member Author

alexm commented Jul 30, 2013

Agreed, thanks :-)

@alexm
Copy link
Member Author

alexm commented Aug 10, 2013

Updated issue description per Angel's comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants