Fetch reference list by name

get/admin/lists

Fetches a reference list by specifying the name of the list.

Request Samples

1

Response Samples

1[
2 {
3 "id": "string",
4 "createdBy": "string",
5 "createdAt": "2019-08-24T14:15:22Z",
6 "lastUpdatedBy": "string",
7 "lastUpdatedAt": "2019-08-24T14:15:22Z",
8 "label": "string",
9 "description": "string",
10 "localizedLabels": [
11 {
12 "id": "string",
13 "createdBy": "string",
14 "createdAt": "2019-08-24T14:15:22Z",
15 "lastUpdatedBy": "string",
16 "lastUpdatedAt": "2019-08-24T14:15:22Z",
17 "version": 0,
18 "locale": "en-US",
19 "label": "string"
20 }
21 ],
22 "localizedDescriptions": [
23 {
24 "id": "string",
25 "createdBy": "string",
26 "createdAt": "2019-08-24T14:15:22Z",
27 "lastUpdatedBy": "string",
28 "lastUpdatedAt": "2019-08-24T14:15:22Z",
29 "version": 0,
30 "locale": "en-US",
31 "description": "string"
32 }
33 ],
34 "name": "string",
35 "archived": true,
36 "maxCodeLength": "string",
37 "alphabeticalSort": true,
38 "items": [
39 {
40 "id": "string",
41 "createdBy": "string",
42 "createdAt": "2019-08-24T14:15:22Z",
43 "lastUpdatedBy": "string",
44 "lastUpdatedAt": "2019-08-24T14:15:22Z",
45 "label": "string",
46 "description": "string",
47 "localizedLabels": [
48 {
49 "id": "string",
50 "createdBy": "string",
51 "createdAt": "2019-08-24T14:15:22Z",
52 "lastUpdatedBy": "string",
53 "lastUpdatedAt": "2019-08-24T14:15:22Z",
54 "version": 0,
55 "locale": "en-US",
56 "label": "string"
57 }
58 ],
59 "localizedDescriptions": [
60 {
61 "id": "string",
62 "createdBy": "string",
63 "createdAt": "2019-08-24T14:15:22Z",
64 "lastUpdatedBy": "string",
65 "lastUpdatedAt": "2019-08-24T14:15:22Z",
66 "version": 0,
67 "locale": "en-US",
68 "description": "string"
69 }
70 ],
71 "code": "string",
72 "archived": true,
73 "displayIndex": 0
74 }
75 ]
76 }
77]

Query Parameters

NameTypeRequiredDescription
name
string
false

The name of the reference list.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

The reference list was not found.

Schema