GET
/
enterprise
/
{organizationId}
/
space-manage
/
count
curl --request GET \
  --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/space-manage/count \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
123

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

200 - application/json
Get space manage list total successfully

The response is of type number.