Memos

Get Space

GetSpace gets a space of which the authenticated caller is a member.

GET
/api/v1/spaces/{space}

Path Parameters

space*string

The space id.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/spaces/string"
{  "name": "string",  "title": "string",  "description": "string",  "currentUserRole": "ROLE_UNSPECIFIED",  "memberCount": 0}