Skip to main content

Get all dealer filter options

Returns all available options for dealer filtering including brands, dealer groups, products, dealer statuses, and DMS types. Response is cacheable.
ApiScope: manage.dealer.read.internal
API Scope Level: ServiceSubscriberScope

Responses

Successfully retrieved filter options


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    filterOptions object
    brands object[]
  • Array [
  • brandName string
    brandType string
    uuid string
    brandLogo string
    isValid boolean
    oem object
    oemCode string
    oemName string
    motorBrandName string
    id int64 deprecated
    motorBrandID int64
  • ]
  • dealerGroups object[]
  • Array [
  • groupName string
    uuid string
    groupType string
    parent
  • ]
  • products object[]
  • Array [
  • name string
    key string
    uuid string
    licensed boolean
  • ]
  • dealerStatuses object[]
  • Array [
  • code string
    displayName string
    colorCode string
  • ]
  • dmsTypes object[]
  • Array [
  • id int64
    description string
  • ]
Loading...