Check a collection of report states

head/reports/{reportId}/states
Internal-Use Only

Returns the headers for a collection of report states of the current user associated with a report with standard paging, filtering, and sorting options.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
reportId
string<object-id>
true

Report id for this operation.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

The criteria for filtering the items. Report state attributes that can be used are id, label, primary, createdBy, creationTimeStamp, modifiedBy, and modifiedTimeStamp. See Filtering in REST APIs.

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 id, label, primary, createdBy, creationTimeStamp, modifiedBy, and modifiedTimeStamp. See Sorting in REST APIs.

start
integer
false

0-based offset of the first item to return.

Default:
0

Header Parameters

NameTypeRequiredDescription
Accept-Language
string
false

Optional header. If present, the locale it represents is used in processing, sorting, and filtering.

Responses

StatusMeaningDescription
200OKCheck the report states in standard report state format.
400Bad RequestBad Request.Schema