Skip to main content

Get department group a department is part of with respect to a feature

If there is no department group for the department with respect to the feature returns departmentGroup as null

Path Parameters
    ServiceSubscriberDepartment string required
    feature_key string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    departmentGroup object
    name string
    uuid string
    dealer object
    id int64
    name string
    uuid string
    isValid boolean
    departments object[]
  • Array [
  • id int64
    name string
    uuid string
  • ]
Loading...