Error
A valid request URL is required to generate request examples{
"results": {
"missingNames": [
"<string>"
],
"homepages": [
{
"publication": {
"roles": [
"viewer"
],
"groups": [
{
"priority": 123,
"name": "<string>"
}
],
"isDefault": true
},
"config": {
"rows": [
{
"blocks": [
{
"config": {
"content": "<string>"
},
"type": "markdown",
"id": "<string>"
}
],
"id": "<string>"
}
],
"version": 1
},
"name": "<string>",
"version": 1,
"contentType": "homepage"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Get apiv1projects codehomepages
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
homepages
Error
A valid request URL is required to generate request examples{
"results": {
"missingNames": [
"<string>"
],
"homepages": [
{
"publication": {
"roles": [
"viewer"
],
"groups": [
{
"priority": 123,
"name": "<string>"
}
],
"isDefault": true
},
"config": {
"rows": [
{
"blocks": [
{
"config": {
"content": "<string>"
},
"type": "markdown",
"id": "<string>"
}
],
"id": "<string>"
}
],
"version": 1
},
"name": "<string>",
"version": 1,
"contentType": "homepage"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?