Returns a booking object.
Definition
GET https://coworkify.com/api/v1/spaces/{SPACE_ID}/bookings/{BOOKING_ID}
Returns
A dictionary of booking object.
Example Request
$ curl https://coworkify.com/api/v1/spaces/077d8fab09b811e585b4705681ba8889/bookings/ec255ee6132a11e5a511705681ba8889 \
-H "X-Auth-Token: {YOUR_TOKEN}"
Example Response
{
"success": {
"note": "",
"id": "ec255ee6132a11e5a511705681ba8889",
"end_time": "2015-06-17T18:00:00",
"resource_id": "0781fcf309b811e5b6f2705681ba8889",
"space_id": "077d8fab09b811e585b4705681ba8889",
"member_id": "b2eaa1d909f011e5bd0e705681ba8889",
"start_time": "2015-06-17T17:00:00"
}
}
0 Comments