Public - List of Values - LOV
Get the list of values related to this list name
get/v2/public/lov/{listName}
Path parameters
listNamestring required
The list of value name your want to get
Headers
Accept-Languagestring[]
Indicates that the client accepts the following languages.
If-None-Matchstring
ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Response
The list of values
Example response
{
"links": {
"self": {
"href": "/v2/public/lov/ChannelType",
"method": "GET"
}
},
"items": [
{
"codeIdentifier": "FRA",
"translationText": "France"
}
]
}