/
GET ONE Space
GET ONE Space
REQUEST
HTTP ELEMENT | Value |
---|---|
URI | /rest/crud/1.0/spaces/$key |
METHOD | GET |
RESPONSE
HTTP STATUS CODE | HTTP BODY |
---|---|
200 | name - Space Name key - Space Key status - Space Status. It is either CURRENT or ARCHIVED description - Space Description |
SCENARIO AND RESPONSE
SCENARIO | RESPONSE |
---|---|
POSITIVE | STATUS CODE: 200 {
"name": "Demo Space Eight",
"key": "DEMO8",
"status": "CURRENT"
} |
space having $key is non-existing | STATUS CODE: 404 {
"error": "NOT FOUND",
"message": "Not Found"
} |
, multiple selections available,