GET api/SupervisorAllocatedInspection/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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:48.8143617+02:00",
  "SystemUserID": 4,
  "CustomerInspectionID": 5,
  "CustomerVenueID": 6,
  "UID": 7
}

application/xml, text/xml

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