Get resource summary report

get/reports/{reportId}
Internal-Use Only

Returns the specified report in resource summary format.

Request Samples

1

Response Samples

1{
2 "id": "f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
3 "name": "Sample Report",
4 "createdBy": "user1",
5 "creationTimeStamp": "2020-12-09T13:22:11.394Z",
6 "modifiedBy": "user1",
7 "modifiedTimeStamp": "2020-12-09T13:27:20.437Z",
8 "links": [
9 {
10 "method": "GET",
11 "rel": "self",
12 "href": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
13 "uri": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
14 "type": "application/vnd.sas.report"
15 },
16 {
17 "method": "GET",
18 "rel": "alternate",
19 "href": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
20 "uri": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
21 "type": "application/vnd.sas.summary"
22 },
23 {
24 "method": "DELETE",
25 "rel": "delete",
26 "href": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf",
27 "uri": "/reports/reports/f8b66d4b-d67a-4e4e-a66d-b6f06b1820bf"
28 }
29 ],
30 "type": "report",
31 "iconUri": "/reports/icons/report.gif",
32 "version": "1"
33}

Path Parameters

NameTypeRequiredDescription
reportId
string<object-id>
true

Report id for this operation.

Responses

StatusMeaningDescription
200OKReturns the report in resource summary format.HeadersSchema
404Not FoundReport resource summary does not exist.Schema