A valid request URL is required to generate request examples{
"results": {
"data": [
{
"name": "<string>",
"label": "<string>",
"fieldType": "metric",
"tableLabel": "<string>",
"aiHints": [
"<string>"
],
"icon": {
"unicode": "<string>"
},
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tableName": "<string>",
"fieldValueType": "percentile",
"basicType": "string",
"type": "field",
"catalogSearchUuid": "<string>",
"description": "<string>",
"requiredAttributes": {},
"searchRank": 123,
"chartUsage": 123,
"tags": [
"<string>"
],
"tableGroupLabel": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}Get metrics catalog
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"name": "<string>",
"label": "<string>",
"fieldType": "metric",
"tableLabel": "<string>",
"aiHints": [
"<string>"
],
"icon": {
"unicode": "<string>"
},
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tableName": "<string>",
"fieldValueType": "percentile",
"basicType": "string",
"type": "field",
"catalogSearchUuid": "<string>",
"description": "<string>",
"requiredAttributes": {},
"searchRank": 123,
"chartUsage": 123,
"tags": [
"<string>"
],
"tableGroupLabel": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}asc, desc Success
Show child attributes
Show child attributes
metric, dimension percentile, average, count, count_distinct, sum, min, max, percent_of_previous, percent_of_total, running_total, number, median, string, date, timestamp, boolean string, number, date, timestamp, boolean field ok Was this page helpful?