Get top-level resource links
get/
Returns a list of top-level resource links provided by the Glossary API.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "termTypes",7 "href": "/glossary/termTypes",8 "uri": "/glossary/termTypes",9 "type": "application/vnd.sas.collection",10 "itemType": "application/vnd.sas.glossary.term.type"11 },12 {13 "method": "POST",14 "rel": "createTermType",15 "href": "/glossary/termTypes",16 "uri": "/glossary/termTypes",17 "type": "application/vnd.sas.glossary.term.type",18 "responseType": "application/vnd.sas.glossary.term.type"19 },20 {21 "method": "GET",22 "rel": "terms",23 "href": "/glossary/terms",24 "uri": "/glossary/terms",25 "type": "application/vnd.sas.collection",26 "itemType": "application/vnd.sas.glossary.term"27 },28 {29 "method": "POST",30 "rel": "createTerm",31 "href": "/glossary/terms?publish=true",32 "uri": "/glossary/terms?publish=true",33 "type": "application/vnd.sas.glossary.term",34 "responseType": "application/vnd.sas.glossary.term"35 },36 {37 "method": "POST",38 "rel": "importTerms",39 "href": "/glossary/importTerms",40 "uri": "/glossary/importTerms",41 "type": "application/vnd.sas.job.execution.job",42 "responseType": "application/vnd.sas.job.execution.job"43 },44 {45 "method": "GET",46 "rel": "drafts",47 "href": "/glossary/drafts",48 "uri": "/glossary/drafts",49 "type": "application/vnd.sas.collection",50 "itemType": "application/vnd.sas.glossary.term.draft"51 },52 {53 "method": "POST",54 "rel": "createDraft",55 "href": "/glossary/terms?publish=false",56 "uri": "/glossary/terms?publish=false",57 "type": "application/vnd.sas.glossary.term",58 "responseType": "application/vnd.sas.glossary.term"59 }60 ]61}