GET /v3/reports/grid/{gridEntityType}/schema
Returns the list of columns that area available for the specified entity type, along with each column's ID, type, supported filter operators, and supported aggreate functions
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/reports/grid/{gridEntityType}/schema' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- id
- entity_reference
- string
- number
- timestamp
- image
{ "columns": [ { … } ] }