Skip to content

Get Grid Schema

Request

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
Path
gridEntityTypestringrequired

Grid entity type

Enum:"web-audit-runs""web-journey-runs""pages""cookies""tags""tag-variables""links""accessibility-issues""network-requests""browser-logs"
GET
/v3/reports/grid/{gridEntityType}/schema
curl -i -X GET \
  'https://api.observepoint.com/v3/reports/grid/{gridEntityType}/schema' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Grid Schema

Bodyapplication/json
columnsArray of objects, non-emptyrequired
Response
{ "columns": [ {} ] }