Authorization: ********************{
"dimensions": [],
"metrics": [
"af8465bc-e947-4cee-af22-1f5826141489"
],
"source": {
"af8465bc-e947-4cee-af22-1f5826141489": {
"id": "af8465bc-e947-4cee-af22-1f5826141489",
"fieldId": "af8465bc-e947-4cee-af22-1f5826141489",
"name": "03-跨两表-产品+销售01-直连",
"transferName": "03-跨两表-产品+销售01-直连",
"type": 32,
"resourceType": 65
}
},
"filters": [],
"orders": [
"af8465bc-e947-4cee-af22-1f5826141489"
],
"engineType": "direct",
"limit": {
"rowCount": 5000,
"pageSize": 100,
"pageIndex": 1
}
}curl --location --request POST '/api/dc/v1/indicator/query/data' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dimensions": [],
"metrics": [
"af8465bc-e947-4cee-af22-1f5826141489"
],
"source": {
"af8465bc-e947-4cee-af22-1f5826141489": {
"id": "af8465bc-e947-4cee-af22-1f5826141489",
"fieldId": "af8465bc-e947-4cee-af22-1f5826141489",
"name": "03-跨两表-产品+销售01-直连",
"transferName": "03-跨两表-产品+销售01-直连",
"type": 32,
"resourceType": 65
}
},
"filters": [],
"orders": [
"af8465bc-e947-4cee-af22-1f5826141489"
],
"engineType": "direct",
"limit": {
"rowCount": 5000,
"pageSize": 100,
"pageIndex": 1
}
}'{
"fields": [
{
"id": "string",
"name": "string",
"type": 16
}
],
"data": [
[
{}
]
],
"pageInfo": {
"rowCount": 0,
"pageSize": 0,
"pageIndex": 0
}
}