For the complete documentation index, see llms.txt. This page is also available as Markdown.

Attribute Values

List attribute values

get

Retrieve a list of attribute values with optional filtering.

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
labelstringOptional

The display label of the attribute value

Example: Color
valuestringOptional

Filter by value (contains)

Example: Red
erp_codestringOptional

Filter by ERP code (contains)

Example: ERPCODE123
value__exactstringOptional

Filter by value (exact match)

Example: Red
pk__ininteger[]Optional

Filter by multiple primary key values (comma-separated list of integers)

attributeinteger · int64Optional

Filter by related attribute ID

Example: 1
Responses
200

A list of attribute values.

application/json
idinteger · int64OptionalExample: 1
labelstring · nullableOptional

The display label of the attribute value

Example: Color Red
valuestringOptional

The actual value of the attribute

Example: Red
orderinteger · nullableOptional

Order of the attribute value

Example: 1
erp_codestring · max: 255Optional

ERP code for integration purposes

Example: ERPCODE123
created_datestring · date-timeOptional

Date and time when the attribute value was created

Example: 2021-01-01T00:00:00Z
modified_datestring · date-timeOptional

Date and time when the attribute value was last modified

Example: 2021-01-01T00:00:00Z
get/api/v1/attribute_value/

Last updated

Was this helpful?