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
ApiScope: manage.departmentgroup.read
API Scope Level: DepartmentScope

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
  • ]
GET /v2/department/:ServiceSubscriberDepartment/departmentGroup/feature_key/:feature_key

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDepartment — path required
feature_key — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/department/:ServiceSubscriberDepartment/departmentGroup/feature_key/:feature_key' \
-H 'Accept: application/json'