Skip to main content

DepartmentRead

idstring<uuid>required
nameName (string)required
companyName object
anyOf
string
logoId object
anyOf
string
organizationIdstring<uuid>required
defaultEmail objectrequired
emailEmail (string)required
name object
anyOf
string
logoUrl object
anyOf
string<uri>

Possible values: non-empty and <= 2083 characters

surveys object[]required
  • Array [
  • idId (integer)required
    title object
    anyOf
    string
    typeSurveyType (string)required

    Possible values: [survey, widget]

    content objectrequired
    anyOf
    object
    createdAtstring<date-time>required
    updatedAtstring<date-time>required
    themeId object
    anyOf
    integer
    theme object
    anyOf
    idId (integer)required
    departmentIdstring<uuid>required
    themeobjectrequired
    nameName (string)required
    isPublicIspublic (boolean)required
  • ]
  • DepartmentRead
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "companyName": "string",
    "logoId": "string",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "defaultEmail": {
    "email": "string",
    "name": "string"
    },
    "logoUrl": "string",
    "surveys": [
    {
    "id": 0,
    "title": "string",
    "type": "survey",
    "content": {},
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "themeId": 0,
    "theme": {
    "id": 0,
    "departmentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "theme": {},
    "name": "string",
    "isPublic": true
    }
    }
    ]
    }
    Was this page helpful?