Apideck · Schema

Department ID

The ID of the department

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-departmentid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DepartmentId",
  "title": "Department ID",
  "type": "string",
  "description": "The ID of the department",
  "example": "12345",
  "nullable": true,
  "readOnly": false
}