GET api/SupervisorAllocatedInspection

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SupervisorAllocatedInspectionDTO
NameDescriptionTypeAdditional information
ID

integer

None.

Reference

string

None.

Date

date

None.

SystemUserID

integer

None.

CustomerInspectionID

integer

None.

CustomerVenueID

integer

None.

UID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Reference": "sample string 2",
    "Date": "2025-09-07T19:32:23.7881526+02:00",
    "SystemUserID": 4,
    "CustomerInspectionID": 5,
    "CustomerVenueID": 6,
    "UID": 7
  },
  {
    "ID": 1,
    "Reference": "sample string 2",
    "Date": "2025-09-07T19:32:23.7881526+02:00",
    "SystemUserID": 4,
    "CustomerInspectionID": 5,
    "CustomerVenueID": 6,
    "UID": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfSupervisorAllocatedInspectionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.DTO">
  <SupervisorAllocatedInspectionDTO>
    <CustomerInspectionID>5</CustomerInspectionID>
    <CustomerVenueID>6</CustomerVenueID>
    <Date>2025-09-07T19:32:23.7881526+02:00</Date>
    <ID>1</ID>
    <Reference>sample string 2</Reference>
    <SystemUserID>4</SystemUserID>
    <UID>7</UID>
  </SupervisorAllocatedInspectionDTO>
  <SupervisorAllocatedInspectionDTO>
    <CustomerInspectionID>5</CustomerInspectionID>
    <CustomerVenueID>6</CustomerVenueID>
    <Date>2025-09-07T19:32:23.7881526+02:00</Date>
    <ID>1</ID>
    <Reference>sample string 2</Reference>
    <SystemUserID>4</SystemUserID>
    <UID>7</UID>
  </SupervisorAllocatedInspectionDTO>
</ArrayOfSupervisorAllocatedInspectionDTO>