curl --request POST \
--url https://api.revong.com/api/v1/resources/{resourceId}/getItems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startRow": 123,
"endRow": 123,
"rowGroupCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"valueCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"pivotCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"pivotMode": true,
"groupKeys": [
"<string>"
],
"filterModel": [
{
"filterType": "<string>",
"key": "<unknown>",
"type": "<string>",
"filter": {},
"filterTo": {},
"operator": "<string>",
"condition1": "<unknown>",
"condition2": "<unknown>"
}
],
"sortModel": [
{
"sort": "<string>",
"colId": "<string>"
}
]
}
'ROLES: RESOURCE_READ,RESOURCE_WRITE,RESOURCE_ADMIN USER: true SERVICE ACCOUNT: true, CACHE (sec.): 10
curl --request POST \
--url https://api.revong.com/api/v1/resources/{resourceId}/getItems \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"startRow": 123,
"endRow": 123,
"rowGroupCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"valueCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"pivotCols": [
{
"id": "<string>",
"displayName": "<string>",
"field": "<string>",
"aggFunc": "<string>",
"customAggFunc": {}
}
],
"pivotMode": true,
"groupKeys": [
"<string>"
],
"filterModel": [
{
"filterType": "<string>",
"key": "<unknown>",
"type": "<string>",
"filter": {},
"filterTo": {},
"operator": "<string>",
"condition1": "<unknown>",
"condition2": "<unknown>"
}
],
"sortModel": [
{
"sort": "<string>",
"colId": "<string>"
}
]
}
'Bearer token with Platform JWT token or API Key.
Provide resourceId.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
OK.