Check a collection of report states
head/reports/{reportId}/states
Returns the headers for a collection of report states of the current user associated with a report with standard paging, filtering, and sorting options.
| Name | Type | Required | Description |
|---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
| Name | Type | Required | Description |
|---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the items. Report state attributes that can be used are |
limit | integer | false | Maximum number of items to return. Default: 20 |
sortBy | string<sort-criteria> | false | The criteria for sorting the items. Report attributes that can be used are |
start | integer | false | 0-based offset of the first item to return. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | Check the report states in standard report state format. | ||
| 400 | Bad Request | Bad Request. | Schema |