v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData Model
This endpoint provides a paginated list of PredefinedValues
Retrieves the collection of PredefinedValue resources.
get/predefined-values
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
searchstring
attribute.idstring
attribute.id[]string[]
Response
PredefinedValue collection
Example response
[
{
"attribute": {
"id": "identifier_example"
},
"name": {
"fr_FR": "fr_FR translation",
"en_US": "en_US translation",
"<*>": "..."
},
"description": {
"fr_FR": "fr_FR translation",
"en_US": "en_US translation",
"<*>": "..."
},
"id": "identifier_example"
}
]