Error
A valid request URL is required to generate request examples{
"results": {
"skipped": [
{
"reason": "<string>",
"slug": "<string>"
}
],
"spaces": [
{
"slug": "<string>",
"spaceName": "<string>",
"contentType": "space",
"access": {
"groups": [
{
"name": "<string>"
}
],
"users": [
{
"email": "<string>"
}
],
"inheritParentPermissions": true
},
"version": 1
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Spaces
List spaces as code (deprecated)
deprecated
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
code
Error
A valid request URL is required to generate request examples{
"results": {
"skipped": [
{
"reason": "<string>",
"slug": "<string>"
}
],
"spaces": [
{
"slug": "<string>",
"spaceName": "<string>",
"contentType": "space",
"access": {
"groups": [
{
"name": "<string>"
}
],
"users": [
{
"email": "<string>"
}
],
"inheritParentPermissions": true
},
"version": 1
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI