Custom Lists
Get Custom List
Retrieves a custom list by its alias.
GET
/
value-lists
/
{value_list_alias}
Path Parameters
value_list_alias
string
requiredThe alias used to identify the value list.
Response
200 - application/json
name
string
alias
string
itemType
enum<string>
Available options:
string
, number
isActive
boolean
valueListItems
(string | number)[]
Was this page helpful?