GET api/SQLReporting/SupervisorInspectionItems?venueID={venueID}&inspectionID={inspectionID}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
venueID | integer |
Required |
|
inspectionID | integer |
Required |
|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Custom_SupervisorInspectionTxDTOName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Date | date |
None. |
|
Supervisor | string |
None. |
|
SupervisorID | integer |
None. |
|
Completed | boolean |
None. |
|
Reference | string |
None. |
|
Comments | string |
None. |
|
FilePath | string |
None. |
|
Inspection | string |
None. |
|
InspectionItem | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "Date": "2024-12-28T08:18:30.1806832+02:00", "Supervisor": "sample string 3", "SupervisorID": 4, "Completed": true, "Reference": "sample string 6", "Comments": "sample string 7", "FilePath": "sample string 8", "Inspection": "sample string 9", "InspectionItem": "sample string 10" }, { "ID": 1, "Date": "2024-12-28T08:18:30.1806832+02:00", "Supervisor": "sample string 3", "SupervisorID": 4, "Completed": true, "Reference": "sample string 6", "Comments": "sample string 7", "FilePath": "sample string 8", "Inspection": "sample string 9", "InspectionItem": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfCustom_SupervisorInspectionTxDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.DTO"> <Custom_SupervisorInspectionTxDTO> <Comments>sample string 7</Comments> <Completed>true</Completed> <Date>2024-12-28T08:18:30.1806832+02:00</Date> <FilePath>sample string 8</FilePath> <ID>1</ID> <Inspection>sample string 9</Inspection> <InspectionItem>sample string 10</InspectionItem> <Reference>sample string 6</Reference> <Supervisor>sample string 3</Supervisor> <SupervisorID>4</SupervisorID> </Custom_SupervisorInspectionTxDTO> <Custom_SupervisorInspectionTxDTO> <Comments>sample string 7</Comments> <Completed>true</Completed> <Date>2024-12-28T08:18:30.1806832+02:00</Date> <FilePath>sample string 8</FilePath> <ID>1</ID> <Inspection>sample string 9</Inspection> <InspectionItem>sample string 10</InspectionItem> <Reference>sample string 6</Reference> <Supervisor>sample string 3</Supervisor> <SupervisorID>4</SupervisorID> </Custom_SupervisorInspectionTxDTO> </ArrayOfCustom_SupervisorInspectionTxDTO>