
# 大屏在线视频抽检数据（API名称：queryOnLineVideo）
#### 功能介绍
大屏在线视频抽检数据
#### 相关接口
| **接口名称**                                                             | **调用说明**                                                     |
|:---|:---|
| [获取Token](https://support.huaweicloud.com/api-isdp/api_01_0019.html) | 调用该接口获取到Token，再调用其他接口时，需要在请求消息头中添加"Authorization"，其值即为Token。 |
   
#### URL
| **请求方式** | **HTTPS地址**                                                  | **服务架构** | **消息体类型**        |
|:---|:---|:---|:---|
| POST     | https://***isdp+域名***/openapi/v1/taskReview/queryOnLineVideo | OpenAPI  | application/json |
   
#### 请求头
| **KEY**       | VALUE                  | 是否必填 | **描述**                                                                                           |
|:---|:---|:---|:---|
| Content-Type  | application/json       | 是    | 无                                                                                                |
| Authorization | bearer ${access_token} | 是    | bearer +" "+[5.2.1](https://support.huaweicloud.com/api-isdp/api_01_0019.html)中获取的access_token的值 |
   
#### 请求参数
| **参数**                | **类型** | **是否必填** | **描述** |
|:---|:---|:---|:---|
| page.start            | int    | 是        | 开始行数   |
| page.count            | int    | 是        | 每页总数   |
| taskId                | int    | 是        | 任务ID   |
| taskName              | String | 是        | 任务名称   |
| projectNo             | String | 是        | 项目编码   |
| projectName           | String | 是        | 项目名称   |
| udf3                  | String | 是        | 作业类型   |
| customer_name         | Array  | 必填       | 客户名称   |
| city                  | Array  | 是        | 国家     |
| province              | Array  | 是        | 省份     |
| country               | Array  | 是        | 城市     |
| adminOrganization     | String | 是        | 行政组织   |
| adminOrganizationName | String | 是        | 行政组织名字 |
   
#### 响应参数
| **参数**                | **类型** | **描述**    |
|:---|:---|:---|
| agentId               | int    | 坐席ID      |
| agentName             | String | 坐席名称      |
| agentAccount          | String | 坐席账号      |
| deputyAgentId         | int    | 副坐席ID     |
| deputyAgentUserId     | int    | 副坐席USERID |
| deputyAgentName       | String | 副坐席名称     |
| deputyAgentAccount    | String | 副坐席账号     |
| tenantId              | int    | 租户ID      |
| signSiteCode          | String | 作业对象编号    |
| signSiteName          | String | 作业对象名称    |
| userId                | int    | 用户ID      |
| playUserId            | int    | 直播USERID  |
| channelId             | int    | 视频通道      |
| channelName           | String | 通道名称      |
| createdBy             | int    | 创建人       |
| creationDate          | Date   | 创建时间      |
| createName            | String | 创建人名字     |
| chatjid               | int    | IM消息号     |
| customerName          | String | 客户名称      |
| city                  | String | 城市        |
| taskId                | int    | 任务Id      |
| taskName              | String | 任务编码      |
| projectNo             | String | 项目编码      |
| projectName           | String | 项目名称      |
| adminRegion           | String | 行政区域      |
| adminRegionName       | String | 行政区域名字    |
| partner               | String | 分包商       |
| udf3                  | String | 作业类型      |
| adminOrganization     | String | 行政组织      |
| adminOrganizationName | String | 行政组织名称    |
   
#### 请求示例
```
{"page":{"start":0,"count":10}}
```
#### 响应示例
```
{
"stateCode":"0",
"errorMessage":null,
"result":{
"data":[{
"agentId":7521,
"agentName":"liXX",
"agentAccount":"188XXXX6100",
"deputyAgentId":null,
"deputyAgentUserId":null,
"deputyAgentName":null,
"deputyAgentAccount":null,
"tenantId":886,
"signSiteCode":"质检作业对象-01",
"signSiteName":"质检作业对象-01",
"userId":25773,
"playUserId":25797,
"channelId":202912,
"channelName":"北京-XXXX-20200723S-质检位置-01",
"createdBy":25797,
"creationDate":"2020-09-11T07:16:54.000+0000",
"createName":"韩XX",
"chatjid":"186XXX@saasgroupchat.isdp-saas-sit.test.xxxx.com",
"customerName":"XXXX;",
"city":null,
"province":"北京",
"country":null,
"taskId":591795,
"taskName":"北京-XXXX-20200723S-质检位置-01",
"projectNo":"20200723",
"projectName":"20200723S",
"adminRegion":null,
"adminRegionName":null,
"partner":null,
"udf1":null,
"udf3":null,
"adminOrganization":null,
"adminOrganizationName":null
}],
"pos":0,
"total_count":1
}
}
```
#### 状态码
状态码请参见[状态码](https://support.huaweicloud.com/api-isdp/api_01_0326.html)。
