Skip to main content

Get all department types

Returns the name and type of every department type that exists in the system
ApiScope: manage.department.read
API Scope Level: ServiceSubscriberScope

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    departments object[]
  • Array [
  • type string
    name string
  • ]
Loading...