Returns a resource object.
Definition
GET https://coworkify.com/api/v1/spaces/{SPACE_ID}/resources/{RESOURCE_ID}
Returns
A dictionary of resource object.
Example Request
$ curl https://coworkify.com/api/v1/spaces/077d8fab09b811e585b4705681ba8889/resources/0781fcf309b811e5b6f2705681ba8889 \
-H "X-Auth-Token: {YOUR_TOKEN}"
Example Response
{
"success": {
"admin_only": false,
"description": null,
"cancellation_policy": 1,
"price": 80.0,
"id": "0781fcf309b811e5b6f2705681ba8889",
"name": "Conference Room",
"space_id": "077d8fab09b811e585b4705681ba8889",
"color_id": 3,
"currency_symbol": "$",
"currency_code": "USD",
"quantity": 1
}
}
0 Comments