{
"object": {
"identifier": "<string>",
"name": "<string>",
"description": "",
"workers": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isLocked": 0,
"termsAgreed": 0,
"createUser": "jsmith@example.com",
"expireDate": "2023-11-07T05:31:56Z",
"cancelUser": "jsmith@example.com",
"cancelDate": "2023-11-07T05:31:56Z",
"status": "new"
}
}{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}Spaces
Get a single space
Retrieves a single space identified by the path identifier, returning its full details.
GET
/
spaces
/
{identifier}
{
"object": {
"identifier": "<string>",
"name": "<string>",
"description": "",
"workers": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isLocked": 0,
"termsAgreed": 0,
"createUser": "jsmith@example.com",
"expireDate": "2023-11-07T05:31:56Z",
"cancelUser": "jsmith@example.com",
"cancelDate": "2023-11-07T05:31:56Z",
"status": "new"
}
}{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
⌘I