curl -i -X GET \
'https://api.observepoint.com/v3/reports/grid/saved/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Saved report details
Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:
- An uppercase T must separate the date and time portions.
- An uppercase Z must denote that a numeric time zone offset isn't present.
In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules
TRUE if specified saved report can be changed by the user who made the API request, FALSE otherwise
TRUE if specified saved report does not use cross-account grid querying mode, FALSE otherwise
TRUE if specified saved report is managed by ObservePoint, FALSE otherwise
Ordering sequence number for ObservePoint-managed reports. Only available for ObservePoint-managed reports.
Indicates if the report should be displayed in the top row. Only available for ObservePoint-managed reports.
Indicates if the report is experimental and should only be visible to OpAdmin users. Only available for ObservePoint-managed reports.
Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:
- An uppercase T must separate the date and time portions.
- An uppercase Z must denote that a numeric time zone offset isn't present.
In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules
Default Grid request body properties. Default behaviour:
- if no page number is specified, default is 0 (the first results page)
- if no size is specified, default is 100
- if no filters are specified, default is to return all runs Default behaviour for exports:
- if page and size are not specified, all available rows will be exported
{ "id": 0, "name": "string", "description": "string", "labels": [ 0 ], "visibility": "private", "gridEntityType": "web_audit_runs", "isFavorite": true, "createdByUserId": 0, "myLastViewed": "2016-08-18T17:33:00Z", "isEditable": true, "libraryMetadata": {}, "isSharable": true, "isManagedByOP": true, "scheduledExportCount": 0, "sequenceNumber": 0, "isHighlighted": true, "isExperimental": true, "publishedAt": "2016-08-18T17:33:00Z", "displayMetadata": {}, "queryDefinition": { "size": 10, "page": 0, "filters": { … }, "columns": [ … ], "sortBy": [ … ], "totals": [ … ] }, "visualizations": [ { … } ] }