获取标注任务列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AnnotationMissionId | string | 否 | 标注任务 ID | 0943abcb-bd7d-4ace-8cf7-97d39d4dd0b9 |
AnnotationMissionName | string | 否 | 标注任务名称 | 全景服务场景-标注任务-20230316-103253 |
AnnotationStatusListFilter | array | 否 | 标注状态过滤条件 | |
integer | 否 | 过滤条件 | [1] | |
AnnotationStatusListStringFilter | string | 否 | 标注状态过滤条件 | [1] |
CreateTimeStartFilter | long | 否 | 标注任务创建过滤开始时间 | 1661961600000 |
CreateTimeEndFilter | long | 否 | 标注任务创建过滤截止时间 | 1673280000000 |
PageIndex | integer | 否 | 页号 | 1 |
PageSize | integer | 否 | 每页显示的条数 | 10 |
InstanceId | string | 否 | 实例 ID | 191ef468-75a2-4004-9441-a5c31bf5cd9d |
返回参数
示例
正常返回示例
JSON
格式
{
"Success": true,
"Code": "OK",
"Message": "CDR 'job-c7b8a817-b8e8-40f3-b7ad-f28dcea218ff' doesn't exists.",
"Data": {
"AnnotationMissionList": [
{
"AnnotationMissionDataSourceType": 1,
"InstanceId": "32be9d94-1346-4c4a-a4d0-ccd379f87013",
"AnnotationMissionId": "ddce607f-f537-4ebd-9914-cf45671defb9",
"AnnotationMissionName": "体验场景--移车-标注任务-20230220-141347",
"AnnotationStatus": 1,
"CreateTime": 1676170339515,
"SessionTotalCount": 1,
"SessionFinishCount": 1,
"FinishTime": 1683443903785,
"ExcludeOtherMissionSession": false,
"SessionEndReasonFilterList": [
0
],
"ConversationTimeStartFilter": 1683216000000,
"ConversationTimeEndFilter": 1684511999000,
"SamplingType": 1,
"SamplingRate": 1,
"SamplingCount": 1,
"SamplingDescription": "标注",
"AnnotationMissionDebugDataSourceList": [
0
]
}
],
"PageIndex": 1,
"PageSize": 10,
"TotalCount": 30,
"TotalPageCount": 4,
"Success": true,
"Message": "CDR 'job-c7b8a817-b8e8-40f3-b7ad-f28dcea218ff' doesn't exists."
},
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史