Skip to main content

Gets all department types

Gets all department types
ApiScope: manage.dealer.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
    departmentTypeList object[]
  • Array [
  • type string
    name string
  • ]
GET /v2/department-types/

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Accept
curl / cURL
curl -L -X GET '/manage/v2/department-types/' \
-H 'Accept: application/json'