A valid request URL is required to generate request examples{
"results": [
{
"slug": "<string>",
"access": [
{
"hasDirectAccess": true,
"role": "viewer",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>",
"inheritedFrom": "organization",
"inheritedRole": "member",
"projectRole": "viewer"
}
],
"isPrivate": true,
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"pinnedListOrder": 123,
"pinnedListUuid": "<string>",
"firstViewedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"filters": {
"tableCalculations": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"metrics": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"dimensions": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
]
},
"tiles": [
{
"uuid": "<string>",
"type": "saved_chart",
"x": 123,
"y": 123,
"h": 123,
"w": 123,
"properties": {
"savedChartUuid": "<string>",
"chartSlug": "<string>",
"lastVersionChartKind": "line",
"chartName": "<string>",
"belongsToDashboard": true,
"hideTitle": true,
"title": "<string>"
},
"tabUuid": "<string>"
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>",
"dashboardVersionId": 123,
"projectUuid": "<string>",
"organizationUuid": "<string>",
"config": {
"isDateZoomDisabled": true,
"pinnedParameters": [
"<string>"
]
},
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"parameters": {},
"description": "<string>"
}
],
"status": "ok"
}A valid request URL is required to generate request examples{
"results": [
{
"slug": "<string>",
"access": [
{
"hasDirectAccess": true,
"role": "viewer",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>",
"inheritedFrom": "organization",
"inheritedRole": "member",
"projectRole": "viewer"
}
],
"isPrivate": true,
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"pinnedListOrder": 123,
"pinnedListUuid": "<string>",
"firstViewedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"filters": {
"tableCalculations": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"metrics": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"dimensions": [
{
"operator": "isNull",
"id": "<string>",
"target": {
"tableName": "<string>",
"fieldId": "<string>",
"fallbackType": "string",
"isSqlColumn": true
},
"values": [
"<unknown>"
],
"settings": "<unknown>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
]
},
"tiles": [
{
"uuid": "<string>",
"type": "saved_chart",
"x": 123,
"y": 123,
"h": 123,
"w": 123,
"properties": {
"savedChartUuid": "<string>",
"chartSlug": "<string>",
"lastVersionChartKind": "line",
"chartName": "<string>",
"belongsToDashboard": true,
"hideTitle": true,
"title": "<string>"
},
"tabUuid": "<string>"
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"uuid": "<string>",
"dashboardVersionId": 123,
"projectUuid": "<string>",
"organizationUuid": "<string>",
"config": {
"isDateZoomDisabled": true,
"pinnedParameters": [
"<string>"
]
},
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"parameters": {},
"description": "<string>"
}
],
"status": "ok"
}Updated
Show child attributes
Show child attributes
viewer, editor, admin organization, project, group, space_group member, viewer, interactive_viewer, editor, developer, admin viewer, interactive_viewer, editor, developer, admin Show child attributes
Show child attributes
isNull, notNull, equals, notEquals, startsWith, endsWith, include, doesNotInclude, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual, inThePast, notInThePast, inTheNext, inTheCurrent, notInTheCurrent, inBetween, notInBetween Show child attributes
string, number, timestamp, date, boolean This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
string, number, timestamp, date, boolean Show child attributes
isNull, notNull, equals, notEquals, startsWith, endsWith, include, doesNotInclude, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual, inThePast, notInThePast, inTheNext, inTheCurrent, notInTheCurrent, inBetween, notInBetween This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
string, number, timestamp, date, boolean Show child attributes
isNull, notNull, equals, notEquals, startsWith, endsWith, include, doesNotInclude, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual, inThePast, notInThePast, inTheNext, inTheCurrent, notInTheCurrent, inBetween, notInBetween Show child attributes
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
string, number, timestamp, date, boolean Make all properties in T required
Show child attributes
saved_chart Show child attributes
line, horizontal_bar, vertical_bar, scatter, area, mixed, pie, table, big_number, funnel, custom, treemap, gauge, map ok Was this page helpful?