Get report state content
get/reports/{reportId}/states/{stateId}/content
Returns the report state content, including ETag
. See Conditional Operations
.
1{2 "@element": "SASReport",3 "xmlns": "http://www.sas.com/sasreportmodel/bird-4.3.0",4 "label": "Small Report State",5 "dateCreated": "2020-10-24T01:33:24Z",6 "dateModified": "2020-11-04T03:20:00Z",7 "view": {8 "@element": "View",9 "sections": [10 {11 "@element": "Section",12 "name": "vi1",13 "label": "Section1",14 "body": {15 "@element": "Body",16 "mediaContainerList": [17 {18 "@element": "MediaContainer",19 "target": "mt111",20 "layout": {21 "@element": "ResponsiveLayout"22 }23 }24 ]25 },26 "mediaSchemes": [27 {28 "@element": "MediaScheme",29 "name": "ms201"30 }31 ],32 "mediaTargets": [33 {34 "@element": "MediaTarget",35 "name": "mt111",36 "scheme\"": "ms201"37 }38 ]39 }40 ]41 }42}
Name | Type | Required | Description |
---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
stateId | string<object-id> | true | Report state id to check. |
Name | Type | Required | Description |
---|---|---|---|
Accept-Language | string | false | Optional header. If present, the locale it represents is used in processing, sorting, and filtering. |
If-Modified-Since | string | false | Optional |
If-None-Match | string | false | Optional ETag. On a match, 304 (not modified) is returned. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Report state content. | Headers | Schema |
304 | Not Modified | The caller has the most current resource. | Headers | |
404 | Not Found | Report, report state, or their content does not exist. | Schema |