Error
A valid request URL is required to generate request examples{
"results": [
{
"viewedAt": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"contentType": "chart",
"content": {
"contentType": "chart",
"uuid": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": {
"lastName": "<string>",
"firstName": "<string>",
"uuid": "<string>"
},
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": {
"lastName": "<string>",
"firstName": "<string>",
"uuid": "<string>"
},
"project": {
"name": "<string>",
"uuid": "<string>"
},
"organization": {
"name": "<string>",
"uuid": "<string>"
},
"space": {
"name": "<string>",
"uuid": "<string>"
},
"pinnedList": {
"uuid": "<string>"
},
"views": 123,
"firstViewedAt": "2023-11-07T05:31:56Z",
"verification": {
"verifiedAt": "2023-11-07T05:31:56Z",
"verifiedBy": {
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
}
},
"directAccessRoles": [
"viewer"
],
"source": "dbt_explore",
"chartKind": "line",
"dashboard": {
"name": "<string>",
"uuid": "<string>"
}
}
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
Get apiv2contentrecently viewed
GET
/
api
/
v2
/
content
/
recently-viewed
Error
A valid request URL is required to generate request examples{
"results": [
{
"viewedAt": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"contentType": "chart",
"content": {
"contentType": "chart",
"uuid": "<string>",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": {
"lastName": "<string>",
"firstName": "<string>",
"uuid": "<string>"
},
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": {
"lastName": "<string>",
"firstName": "<string>",
"uuid": "<string>"
},
"project": {
"name": "<string>",
"uuid": "<string>"
},
"organization": {
"name": "<string>",
"uuid": "<string>"
},
"space": {
"name": "<string>",
"uuid": "<string>"
},
"pinnedList": {
"uuid": "<string>"
},
"views": 123,
"firstViewedAt": "2023-11-07T05:31:56Z",
"verification": {
"verifiedAt": "2023-11-07T05:31:56Z",
"verifiedBy": {
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
}
},
"directAccessRoles": [
"viewer"
],
"source": "dbt_explore",
"chartKind": "line",
"dashboard": {
"name": "<string>",
"uuid": "<string>"
}
}
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?