Get space
Get space with ID at a given company.
GET
/v1/marketplace/spaces/{space_id}Path Parameters
space_id*string
Employee ID
Example
"pe7da9wd8ua28a114"Query Parameters
select?array<string>
expand?array<string>
Response Body
application/json
curl -X GET "https://api.noona.is/v1/marketplace/spaces/pe7da9wd8ua28a114"{
"id": "7dj29KiAE1wdjw731",
"name": "Room 3",
"description": "The room where the magic happens",
"image": {
"thumb": "https://placekitten.com/200/200",
"image": "https://placekitten.com/200/300",
"type": "thumbnail",
"public_id": "https://placekitten.com/200/300"
},
"company_id": "3dj29KiAE1wdjw135",
"company": "string",
"event_type_preferences": [
{
"id": "dw7aw7da6w8d76aw",
"can_perform": true
}
],
"marketplace": true,
"deleted_at": "2019-08-24T14:15:22Z"
}