List attribute config groups
get/attribute_config_group/
Authorizations
AuthorizationstringRequired
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
Query parameters
pageintegerOptionalDefault:
The page number to return.
1limitintegerOptionalDefault:
The number of items to return per page.
10sortstringOptionalExample:
Orders the results by one or more fields. Separate multiple fields with commas. Prefix a field with a hyphen (-) for descending order.
-idResponses
200
A paginated list of attribute config groups.
application/json
A paginated list of attribute config groups.
countintegerOptional
Total number of attribute config groups.
nextstring · nullableOptional
URL of the next page, or null if this is the last page.
previousstring · nullableOptional
URL of the previous page, or null if this is the first page.
401
Authentication credentials were not provided or are invalid.
application/json
403
The authenticated user does not have administrator privileges.
application/json
get/attribute_config_group/
GET /api/remote/1/attribute_config_group/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"pk": 1,
"name": "General Attributes",
"order": 0
}
]
}Last updated
Was this helpful?

