Error
A valid request URL is required to generate request examples{
"results": [
{
"verifiedAt": "2023-11-07T05:31:56Z",
"verifiedBy": {
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
},
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"description": "<string>",
"name": "<string>",
"contentUuid": "<string>",
"uuid": "<string>",
"exploreName": "<string>",
"contentType": "chart"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List verified content
List all verified content (charts and dashboards) in a project
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
content-verification
Error
A valid request URL is required to generate request examples{
"results": [
{
"verifiedAt": "2023-11-07T05:31:56Z",
"verifiedBy": {
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
},
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"description": "<string>",
"name": "<string>",
"contentUuid": "<string>",
"uuid": "<string>",
"exploreName": "<string>",
"contentType": "chart"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
⌘I