Error
A valid request URL is required to generate request examples{
"results": {
"reason": {
"priority": 123,
"groupUuid": "<string>",
"type": "group"
},
"resolved": {
"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 homepageview as
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
homepage
/
view-as
Error
A valid request URL is required to generate request examples{
"results": {
"reason": {
"priority": 123,
"groupUuid": "<string>",
"type": "group"
},
"resolved": {
"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"
}Path Parameters
Query Parameters
Available options:
user, group, role Available options:
viewer, interactive_viewer, editor, developer, admin Was this page helpful?