Retrieve an attribute config group
get/attribute_config_group/{id}/
Authorizations
AuthorizationstringRequired
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
Path parameters
idintegerRequired
The unique identifier of the attribute config group.
Responses
200
The requested attribute config group.
application/json
An attribute config group record.
pkintegerRead-onlyRequired
Unique identifier of the attribute config group.
namestring · max: 255Required
Unique display name of the group.
orderintegerRequiredDefault:
Sort order used when listing groups. Lower values appear first.
0401
Authentication credentials were not provided or are invalid.
application/json
403
The authenticated user does not have administrator privileges.
application/json
404
The requested attribute config group does not exist.
application/json
get/attribute_config_group/{id}/
GET /api/remote/1/attribute_config_group/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"name": "General Attributes",
"order": 0
}Last updated
Was this helpful?

