文档首页> ISDP> API参考> API接口> 任务管理> 任务进展管理> 查询任务调度列表(API名称:findTaskScheduleList)
更新时间:2024-01-23 GMT+08:00
分享

查询任务调度列表(API名称:findTaskScheduleList)

功能介绍

查询任务调度列表。

相关接口

接口名称

调用说明

获取Token

调用该接口获取到Token,再调用其他接口时,需要在请求消息头中添加“Authorization”,其值即为Token。

URL

请求方式

HTTPS地址

服务架构

消息体类型

POST

https://isdp+域名/openapi/v1/openTaskSchedule/findTaskScheduleList

OpenAPI

application/json

请求头

KEY

VALUE

是否必填

描述

Content-Type

application/json

Authorization

bearer ${access_token}

bearer +“ ”+5.2.1中获取的access_token的值

请求参数

参数

类型

是否必填

描述

taskScheduleName

String

任务调度名称。

page

Map

分页参数。

start

Integer

页码。

count

Integer

每页条数。

响应参数

参数

类型

描述

stateCode

String

响应编码。

errorMessage

String

错误信息。

result

Object

响应数据。

请求示例

{"page":{"start":0,"count":15},"taskScheduleName":"wwwwww333"}

响应示例

{
    "stateCode": "0",
    "errorMessage": null,
    "result": {
        "data": [
            {
                "taskScheduleId": 4611,
                "platJobId": 1041730,
                "taskScheduleName": "wwwwww333",
                "isEnable": 1,
                "createdBy": 390841,
                "createName": "zdrun-test",
                "lastUpdatedBy": 390841,
                "lastUpdateName": "zdrun-test",
                "creationDate": "2022-07-15 10:43:33",
                "lastUpdateDate": "2022-07-15 15:03:00",
                "creationTimestamp": 1657853013412,
                "lastUpdateTimestamp": 1657868580458,
                "deleteFlag": 0
            }
        ],
        "pos": 0,
        "total_count": 1,
        "entityName": null,
        "totalCount": 1
    }
}

分享:

    相关文档

    相关产品