Error
A valid request URL is required to generate request examples{
"results": {
"homepage": {
"config": {
"rows": [
{
"blocks": [
{
"config": {
"content": "<string>"
},
"type": "markdown",
"id": "<string>"
}
],
"id": "<string>"
}
],
"version": 1
},
"name": "<string>",
"homepageUuid": "<string>"
},
"type": "homepage"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Homepage
Get apiv1projects homepage
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
homepage
Error
A valid request URL is required to generate request examples{
"results": {
"homepage": {
"config": {
"rows": [
{
"blocks": [
{
"config": {
"content": "<string>"
},
"type": "markdown",
"id": "<string>"
}
],
"id": "<string>"
}
],
"version": 1
},
"name": "<string>",
"homepageUuid": "<string>"
},
"type": "homepage"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?