Authorizations
Bearer token with Platform JWT token or API Key.
Path Parameters
Provide resourceId.
Body
application/json
Response
OK.
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": {},
      "type": "<string>",
      "filter": {},
      "filterTo": {},
      "operator": "<string>",
      "condition1": {},
      "condition2": {}
    }
  ],
  "sortModel": [
    {
      "colId": "<string>",
      "sort": "<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": {},
      "type": "<string>",
      "filter": {},
      "filterTo": {},
      "operator": "<string>",
      "condition1": {},
      "condition2": {}
    }
  ],
  "sortModel": [
    {
      "colId": "<string>",
      "sort": "<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.