A valid request URL is required to generate request examples{
"results": {
"data": [
{
"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",
"source": "dbt_explore",
"chartKind": "line",
"dashboard": {
"name": "<string>",
"uuid": "<string>"
}
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}Get content (charts, dashboards, spaces)
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"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",
"source": "dbt_explore",
"chartKind": "line",
"dashboard": {
"name": "<string>",
"uuid": "<string>"
}
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}chart, dashboard, space name, space_name, last_updated_at asc, desc Success
Show child attributes
Show child attributes
chart dbt_explore, sql line, horizontal_bar, vertical_bar, scatter, area, mixed, pie, table, big_number, funnel, custom, treemap, gauge, map ok Was this page helpful?