GET api/SQLReporting/OpsManagerTasks?venueID={venueID}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| venueID | integer |
Required |
|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Custom_OpsInspectionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DateTime | date |
None. |
|
| OpsManager | string |
None. |
|
| OpsManagerID | integer |
None. |
|
| Type | integer |
None. |
|
| Complete | boolean |
None. |
|
| InspectionID | integer |
None. |
|
| Inspection | string |
None. |
|
| CustomerComments | string |
None. |
|
| CustomerRating | boolean |
None. |
|
| OpsComments | string |
None. |
|
| OpsRating | integer |
None. |
|
| VenueName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DateTime": "2025-12-12T16:49:21.3084889+02:00",
"OpsManager": "sample string 2",
"OpsManagerID": 3,
"Type": 4,
"Complete": true,
"InspectionID": 1,
"Inspection": "sample string 6",
"CustomerComments": "sample string 7",
"CustomerRating": true,
"OpsComments": "sample string 9",
"OpsRating": 1,
"VenueName": "sample string 10"
},
{
"DateTime": "2025-12-12T16:49:21.3084889+02:00",
"OpsManager": "sample string 2",
"OpsManagerID": 3,
"Type": 4,
"Complete": true,
"InspectionID": 1,
"Inspection": "sample string 6",
"CustomerComments": "sample string 7",
"CustomerRating": true,
"OpsComments": "sample string 9",
"OpsRating": 1,
"VenueName": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustom_OpsInspectionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.DTO">
<Custom_OpsInspectionDTO>
<Complete>true</Complete>
<CustomerComments>sample string 7</CustomerComments>
<CustomerRating>true</CustomerRating>
<DateTime>2025-12-12T16:49:21.3084889+02:00</DateTime>
<Inspection>sample string 6</Inspection>
<InspectionID>1</InspectionID>
<OpsComments>sample string 9</OpsComments>
<OpsManager>sample string 2</OpsManager>
<OpsManagerID>3</OpsManagerID>
<OpsRating>1</OpsRating>
<Type>4</Type>
<VenueName>sample string 10</VenueName>
</Custom_OpsInspectionDTO>
<Custom_OpsInspectionDTO>
<Complete>true</Complete>
<CustomerComments>sample string 7</CustomerComments>
<CustomerRating>true</CustomerRating>
<DateTime>2025-12-12T16:49:21.3084889+02:00</DateTime>
<Inspection>sample string 6</Inspection>
<InspectionID>1</InspectionID>
<OpsComments>sample string 9</OpsComments>
<OpsManager>sample string 2</OpsManager>
<OpsManagerID>3</OpsManagerID>
<OpsRating>1</OpsRating>
<Type>4</Type>
<VenueName>sample string 10</VenueName>
</Custom_OpsInspectionDTO>
</ArrayOfCustom_OpsInspectionDTO>