Skip to main content

GetSetsResponse

Contains a list of sets matching the request criteria

sets Set[]
  • Array [
  • codestring

    Unique code identifier for the set. Used as the primary identifier across the system.

    namestring

    Display name of the set. Human-readable name shown to users.

    image_urlstring

    URL to the set's image or logo. Can be used for branding in UI applications.

    descriptionstring

    Description of the set. Provides additional context about the set's purpose.

    is_defaultboolean

    Indicates if this is the default set for the entity. Drivers are automatically added to the default set upon registration if no set is specified. Each entity has exactly one default set.

  • ]
  • GetSetsResponse
    {
    "sets": [
    {
    "code": "string",
    "name": "string",
    "image_url": "string",
    "description": "string",
    "is_default": true
    }
    ]
    }