v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBResources
Retrieve single resource.
Retrieve single resource.
Required scopes: flex.space.resources.read
get/api/v2/organizations/{orgSlug}/resources/{resourceId}
Path parameters
resourceIdstring required
resource id
orgSlugstring required
organization slug
Response
Example response
{
"properties": {
"customProperty1": "value1",
"customProperty2": "value2"
},
"_id": "603dfbc260f4054084125d39",
"name": "Resource 1",
"description": "Resource Description",
"type": "team_room",
"rate": "603dfbc260f4054084125d39",
"location": "603dfbc260f4054084125d39",
"floor": "603dfbc260f4054084125d39",
"price": 50,
"deposit": 30,
"size": 7,
"area": 39483789.47303743,
"childrenCount": 7,
"desksCount": 2,
"parents": [],
"availability": {
"startDate": "2018-01-01T00:00:00.000Z",
"endDate": null
},
"targetPlan": "603dfbc260f4054084125d39",
"images": [],
"amenities": [],
"limitedTo": {
"companies": [
"603dfbc260f4054084125d39"
],
"plans": [
"603dfbc260f4054084125d40"
]
},
"createdAt": "2022-02-07T10:03:33.169Z",
"createdBy": "603dfbc260f4054084125d39",
"modifiedAt": "2022-02-08T10:03:33.169Z",
"modifiedBy": "603dfbc260f4054084125d39"
}