Abteilung

Abteilung

Version 1.2


get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample: 20
offsetinteger · int32Optional
departmentIdinteger · int32Optional
departmentNamestringOptional
showNullValuesbooleanOptionalDefault: false
Responses
200
OK
get
GET /openwowi/v1.2/CommercialInventory/Department HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "Name": "text",
    "ManagementId": 1,
    "ParentId": 1,
    "ResponsibleOfficials": [
      {
        "Id": 1,
        "CodeShort": "text",
        "PersonId": 1
      }
    ],
    "UniversalResponsibleOfficials": [
      {
        "Id": 1,
        "CodeShort": "text",
        "PersonId": 1
      }
    ],
    "DepartmentType": {
      "Id": 1,
      "Name": "text"
    },
    "DepartmentSubtype": {
      "Id": 1,
      "Name": "text"
    }
  }
]

Last updated