Get the list values for a reference source

get/references/referenceSources
Internal-Use Only

Provides a list of distinct values used for a reference source.

Request Samples

1

Response Samples

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}

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of items to return in this request.

Default:
10
start
integer<int64>
false

The 0-based start index of a paginated request.

Default:
0

Responses

StatusMeaningDescription
200OKOk. The collection returned will include an item for each distinct value present in the sytem for the reference source member.HeadersSchema
400Bad RequestBad request (the request is not well-formed).Schema