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
chevron-right
200

A list of attribute values.

application/json
get
/api/v1/attribute_value/

Last updated

Was this helpful?