Attribute API 1.0

### BETA VERSION This API is currently in Beta. It is subject to changes, and backward compatibility is not guaranteed. Please use with caution in production environments. ### Overview Attribute.Api manages the attributes — customizable labels composed of a name and a set of string values — that can be assigned to product entities (e.g. assets, drivers, vehicles) at account level. Attributes allow users to categorize and group entities in a flexible way, enabling search and filtering capabilities based on them. The service exposes APIs for creating and managing attributes, assigning them to entities, and searching entities through attribute-based filters. ### Example For example, a user can define an attribute named `state` with values `California`, `Florida`, and `Nevada`, then assign individual vehicles to `California`. From that point on, it is possible to search or filter all vehicles assigned to that state using the attribute as a filter criteria.

Initial Version

<< Attribute API