Get a list of top-level links
get/
Returns a list of link objects for some of the primary resources surfaced by this API. The list includes basic actions that are identified by their relation
properties, such as printing a report, exporting a report package, exporting the data in a report, etc. See the example response for the list of expected links with their relation names, types and URIs.
1{2 "version": 1,3 "links": [4 {5 "rel": "self",6 "method": "GET",7 "type": "application/vnd.sas.api",8 "uri": "/visualAnalytics",9 "href": "/visualAnalytics"10 },11 {12 "rel": "printReport",13 "method": "GET",14 "type": "application/zip",15 "uri": "/visualAnalytics/reports/{reportId}/pdf",16 "href": "/visualAnalytics/reports/{reportId}/pdf"17 },18 {19 "rel": "reportPackage",20 "method": "GET",21 "type": "application/zip",22 "uri": "/visualAnalytics/reports/{reportId}/package",23 "href": "/visualAnalytics/reports/{reportId}/package"24 },25 {26 "rel": "reportImageSvg",27 "method": "GET",28 "type": "image/svg+xml",29 "uri": "/visualAnalytics/reports/{reportId}/svg",30 "href": "/visualAnalytics/reports/{reportId}/svg"31 },32 {33 "rel": "reportImagePng",34 "method": "GET",35 "type": "image/png",36 "uri": "/visualAnalytics/reports/{reportId}/png",37 "href": "/visualAnalytics/reports/{reportId}/png"38 },39 {40 "rel": "reportDataCsv",41 "method": "GET",42 "type": "text/csv",43 "uri": "/visualAnalytics/reports/{reportId}/csv",44 "href": "/visualAnalytics/reports/{reportId}/csv"45 },46 {47 "rel": "exportPdf",48 "method": "POST",49 "type": "application/vnd.sas.visual.analytics.report.export.pdf.request",50 "responseType": "application/vnd.sas.visual.analytics.report.export.pdf.job",51 "uri": "/visualAnalytics/reports/{reportId}/exportPdf",52 "href": "/visualAnalytics/reports/{reportId}/exportPdf"53 }54 ]55}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK | Headers | Schema |