GET api/SQLReporting/SupervisorTasks/BySupervisor?systemUserID={systemUserID}&venueID={venueID}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| systemUserID | integer |
Required |
|
| venueID | integer |
Required |
|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Custom_SupervisorInspectionTxDTO| Name | 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": "2025-12-12T16:53:38.1657664+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": "2025-12-12T16:53:38.1657664+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>2025-12-12T16:53:38.1657664+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>2025-12-12T16:53:38.1657664+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>