Get a list of top-level resource links
get/
Returns a list of links to the top-level resources in this API.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "contacts",7 "href": "/subjectContacts/contacts",8 "uri": "/subjectContacts/contacts",9 "type": "application/vnd.sas.collection",10 "itemType": "application/vnd.sas.decision.subject.contact"11 },12 {13 "method": "POST",14 "rel": "createContact",15 "href": "/subjectContacts/contacts",16 "uri": "/subjectContacts/contacts",17 "type": "application/vnd.sas.business.rule.set",18 "responseType": "application/vnd.sas.decision.subject.contact"19 }20 ]21}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |