Get the list values for a reference source
get/references/referenceSources
Provides a list of distinct values used for a reference source.
1{2 "version": 2,3 "accept": "application/json",4 "count": 1,5 "start": 0,6 "limit": 10,7 "name": "items",8 "items": [9 "SAS"10 ],11 "links": [12 {13 "method": "GET",14 "rel": "self",15 "href": "/relationships/references/referenceSources?start=0&limit=10&sortBy=name",16 "uri": "/relationships/references/referenceSources?start=0&limit=10&sortBy=name",17 "type": "application/vnd.sas.collection",18 "itemType": "application/json"19 },20 {21 "method": "GET",22 "rel": "collection",23 "href": "/relationships/references/referenceSources",24 "uri": "/relationships/references/referenceSources",25 "type": "application/vnd.sas.collection",26 "itemType": "application/json"27 },28 {29 "method": "GET",30 "rel": "up",31 "href": "/relationships/references",32 "uri": "/relationships/references",33 "type": "application/vnd.sas.api"34 }35 ]36}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Ok. The collection returned will include an item for each distinct value present in the sytem for the reference source member. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema |