English
Get paginated spaces for the instance
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/admin/space \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "createdTime": "<string>", "autoJoin": true, "baseCount": 123, "collaboratorCount": 123 } ], "total": 123, "page": 123, "pageSize": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Returns paginated spaces for the instance.
Show child attributes
Was this page helpful?