Skip to content

Get space

Get space by id. The response includes the space details and its metadata information.

  • status - To retrieve soft deleted space, set status attribute as deleted.To retrieve active space, set status attribute as active. Hard deleted space cannot be retrieved.

  • complete - To get full space response set complete parameter as true. By default it is false and minimal response will be returned.

  • A space should be created. To know more about creating a space refer here
GET {baseUrl}/spaces/{spaceId}
  • HEADER:

    • Authorization: Bearer {tid token}

To know more about the Get space refer here.