GET api/SQLReporting/OpsManagerTasks/ByOps?systemUserID={systemUserID}&venueID={venueID}&startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemUserID

integer

Required

venueID

integer

Required

startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Custom_OpsInspectionDTO
NameDescriptionTypeAdditional 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": "2024-12-28T08:39:55.231148+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": "2024-12-28T08:39:55.231148+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>2024-12-28T08:39:55.231148+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>2024-12-28T08:39:55.231148+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>