GET api/NotificationOverview/GetAll?departmentId={departmentId}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentId

integer

Required

token

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MDLActiveNotification
NameDescriptionTypeAdditional information
ProcessingStep

ENMProcessingStep

None.

Id

integer

None.

Number

integer

None.

SetId

integer

None.

SetName

string

None.

ReasonName

string

None.

ClassificationName

string

None.

ReportingUser

string

None.

ReportingHouse

string

None.

ReportingDepartment

string

None.

CreationDate

date

None.

LastChangeDateTime

date

None.

Type

integer

None.

Notifiable

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProcessingStep": 1,
    "Id": 1,
    "Number": 2,
    "SetId": 3,
    "SetName": "sample string 4",
    "ReasonName": "sample string 5",
    "ClassificationName": "sample string 6",
    "ReportingUser": "sample string 7",
    "ReportingHouse": "sample string 8",
    "ReportingDepartment": "sample string 9",
    "CreationDate": "2025-12-31T16:30:41.3512781+01:00",
    "LastChangeDateTime": "2025-12-31T16:30:41.3512781+01:00",
    "Type": 12,
    "Notifiable": true
  },
  {
    "ProcessingStep": 1,
    "Id": 1,
    "Number": 2,
    "SetId": 3,
    "SetName": "sample string 4",
    "ReasonName": "sample string 5",
    "ClassificationName": "sample string 6",
    "ReportingUser": "sample string 7",
    "ReportingHouse": "sample string 8",
    "ReportingDepartment": "sample string 9",
    "CreationDate": "2025-12-31T16:30:41.3512781+01:00",
    "LastChangeDateTime": "2025-12-31T16:30:41.3512781+01:00",
    "Type": 12,
    "Notifiable": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfMDLActiveNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared.ComplaintsManagement">
  <MDLActiveNotification>
    <ClassificationName>sample string 6</ClassificationName>
    <CreationDate>2025-12-31T16:30:41.3512781+01:00</CreationDate>
    <Id>1</Id>
    <LastChangeDateTime>2025-12-31T16:30:41.3512781+01:00</LastChangeDateTime>
    <Notifiable>true</Notifiable>
    <Number>2</Number>
    <ProcessingStep>Registered</ProcessingStep>
    <ReasonName>sample string 5</ReasonName>
    <ReportingDepartment>sample string 9</ReportingDepartment>
    <ReportingHouse>sample string 8</ReportingHouse>
    <ReportingUser>sample string 7</ReportingUser>
    <SetId>3</SetId>
    <SetName>sample string 4</SetName>
    <Type>12</Type>
  </MDLActiveNotification>
  <MDLActiveNotification>
    <ClassificationName>sample string 6</ClassificationName>
    <CreationDate>2025-12-31T16:30:41.3512781+01:00</CreationDate>
    <Id>1</Id>
    <LastChangeDateTime>2025-12-31T16:30:41.3512781+01:00</LastChangeDateTime>
    <Notifiable>true</Notifiable>
    <Number>2</Number>
    <ProcessingStep>Registered</ProcessingStep>
    <ReasonName>sample string 5</ReasonName>
    <ReportingDepartment>sample string 9</ReportingDepartment>
    <ReportingHouse>sample string 8</ReportingHouse>
    <ReportingUser>sample string 7</ReportingUser>
    <SetId>3</SetId>
    <SetName>sample string 4</SetName>
    <Type>12</Type>
  </MDLActiveNotification>
</ArrayOfMDLActiveNotification>