GET api/SQLReporting/OpsManagerTasks/ByOps?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_OpsInspectionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| 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:
[
{
"ID": 1,
"DateTime": "2026-02-09T03:10:33.0452072+02:00",
"OpsManager": "sample string 3",
"OpsManagerID": 4,
"Type": 5,
"Complete": true,
"InspectionID": 1,
"Inspection": "sample string 7",
"CustomerComments": "sample string 8",
"CustomerRating": true,
"OpsComments": "sample string 10",
"OpsRating": 1,
"VenueName": "sample string 11"
},
{
"ID": 1,
"DateTime": "2026-02-09T03:10:33.0452072+02:00",
"OpsManager": "sample string 3",
"OpsManagerID": 4,
"Type": 5,
"Complete": true,
"InspectionID": 1,
"Inspection": "sample string 7",
"CustomerComments": "sample string 8",
"CustomerRating": true,
"OpsComments": "sample string 10",
"OpsRating": 1,
"VenueName": "sample string 11"
}
]
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 8</CustomerComments>
<CustomerRating>true</CustomerRating>
<DateTime>2026-02-09T03:10:33.0452072+02:00</DateTime>
<ID>1</ID>
<Inspection>sample string 7</Inspection>
<InspectionID>1</InspectionID>
<OpsComments>sample string 10</OpsComments>
<OpsManager>sample string 3</OpsManager>
<OpsManagerID>4</OpsManagerID>
<OpsRating>1</OpsRating>
<Type>5</Type>
<VenueName>sample string 11</VenueName>
</Custom_OpsInspectionDTO>
<Custom_OpsInspectionDTO>
<Complete>true</Complete>
<CustomerComments>sample string 8</CustomerComments>
<CustomerRating>true</CustomerRating>
<DateTime>2026-02-09T03:10:33.0452072+02:00</DateTime>
<ID>1</ID>
<Inspection>sample string 7</Inspection>
<InspectionID>1</InspectionID>
<OpsComments>sample string 10</OpsComments>
<OpsManager>sample string 3</OpsManager>
<OpsManagerID>4</OpsManagerID>
<OpsRating>1</OpsRating>
<Type>5</Type>
<VenueName>sample string 11</VenueName>
</Custom_OpsInspectionDTO>
</ArrayOfCustom_OpsInspectionDTO>