Get space
Get space by id. The response includes the space details and its metadata information.
-
status - To retrieve soft deleted space, set
statusattribute asdeleted.To retrieve active space, setstatusattribute asactive. Hard deleted space cannot be retrieved. -
complete - To get full space response set
completeparameter astrue. By default it is false and minimal response will be returned.
Prerequisites
Section titled “Prerequisites”- A space should be created. To know more about creating a space refer here
Request
Section titled “Request”GET {baseUrl}/spaces/{spaceId}-
HEADER:
- Authorization:
Bearer {tid token}
- Authorization:
Response
Section titled “Response”To know more about the Get space refer here.