SpaceService

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

get/api/v1/spaces/{space}

Path parameters

spacestring required

The space id.

Response

OK

namestring

The resource name of the space. Format: spaces/{space}.

titlestring required

Required. The human-readable title.

descriptionstring

Optional. A description of the space.

currentUserRole'ROLE_UNSPECIFIED' | 'ADMIN' | 'USER' enum

Output only. The authenticated user's membership role in this space. ROLE_UNSPECIFIED when this Space is exposed as metadata-only.

memberCountinteger

Output only. The number of accepted members in this space. Pending invitations are excluded. Zero when this Space is exposed as metadata-only.

Changes