GET /v1/lots/{id}/attributes
The descriptive attributes of a lot, in the negotiated language.
Api-Key headeranonymous token
Anonymous. No sign-in, but this shared host cannot tell which auction house you mean, so it needs a tenant token from POST /v1/tokens/anonymous. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
id | path | integer (int32) | yes |
Responses
GET /v1/attribute-values
Distinct attribute values across an auction, for building search filters.
Api-Key headeranonymous token
Anonymous. No sign-in, but this shared host cannot tell which auction house you mean, so it needs a tenant token from POST /v1/tokens/anonymous. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
auctionId | query | integer (int32) | no |
categoryId | query | integer (int32) | no |
name | query | string | no |
type | query | string | no |
language | query | string | no |
vatFree | query | boolean | no |
Responses