Fetch all reference list or lists

get/admin/lists
Internal-Use Only

Fetches all reference lists or a single reference list by specifying the name of the list.

Request Samples

1

Response Samples

1{
2 "id": 100606,
3 "createdBy": "sasboot",
4 "createdAt": "2023-06-23T20:46:52.571Z",
5 "lastUpdatedBy": "sasboot",
6 "lastUpdatedAt": "2023-06-23T20:46:52.571Z",
7 "label": "Dispresn Insurance Domain",
8 "localizedLabels": [
9 {
10 "id": 101663,
11 "createdBy": "sasboot",
12 "createdAt": "2023-06-23T20:46:52.571Z",
13 "lastUpdatedBy": "sasboot",
14 "lastUpdatedAt": "2023-06-23T20:46:52.571Z",
15 "label": "Dispresn Insurance Domain",
16 "version": 0,
17 "localeCd": "en-US"
18 }
19 ],
20 "name": "DispResn_insurance_domain",
21 "archived": false,
22 "maxCodeLength": 20,
23 "alphabeticalSort": false,
24 "hierarchyLevel": 0,
25 "referenceListType": "LIST",
26 "usedByField": false,
27 "solutionName": "sas_visual_investigator_default",
28 "solutionLabel": "SAS Visual Investigator"
29}

Query Parameters

NameTypeRequiredDescription
name
string
false

The name of a reference list. If this parameter is specified, only the reference list with that name is returned. If this parameter is omitted, all reference lists are returned.

Responses

StatusMeaningDescription
200OKThe request succeeded. HeadersSchema
404Not FoundThe reference list was not found.Schema