Get the top-level links
get/
The root links for this service. Users receive: "createJob" -- initiates a job using a request body. "createJobWithParams" -- initiates a job using request parameters. Administrators also receive: "deleteForReport" and "deleteAll" -- delete cached images. The links are extended for administrators.
1{2 "version": 1,3 "links": [4 {5 "method": "string",6 "rel": "string",7 "uri": "string",8 "href": "string",9 "title": "string",10 "type": "string",11 "itemType": "string",12 "responseType": "string",13 "responseItemType": "string"14 }15 ]16}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The service's links. | Headers | Schema |