List attribute values
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
The page number to return.
1The number of items to return per page.
10Orders the results by one or more fields. Separate multiple fields with commas. Prefix a field with a hyphen (-) for descending order.
-idFilter by the identifier of the parent attribute.
Filter by exact value.
Filter by the key of the parent attribute.
A paginated list of attribute values.
A page of attribute value results.
The total number of attribute values matching the query.
The URL of the next page of results, when available.
The URL of the previous page of results, when available.
Authentication credentials were not provided or are invalid.
The authenticated user does not have administrator privileges.
GET /api/remote/1/attribute_value/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"pk": 501,
"attribute": 42,
"value": "Red",
"order": 1,
"label": "Red"
}
]
}Last updated
Was this helpful?

