接口:任务执行记录
接口:任务执行记录
接口详情
任务执行记录
zodram api
GET
接口地址
正式环境(prod) | https://zodream.cn/open/task/review |
|
本地环境(dev) | http://zodream.localhost/open/task/review |
Header参数
字段键 | 字段值 | 备注说明 |
---|
请求参数
字段别名 | 字段含义 | 字段类型 | 是否必填 | 默认值 | 备注说明 |
---|---|---|---|---|---|
type | 时间段类型 | 字符串(string) | 是 | month:一个月,week:一周,day:一天 | |
date | 时间 | 字符串(string) | 否 | 默认为当天 |
响应参数
字段别名 | 字段含义 | 字段类型 | MOCK规则 | 备注说明 |
---|---|---|---|---|
paging | paging | 对象(object) | ||
ᅡ limit | limit | 数字(number) | ||
ᅡ offset | offset | 数字(number) | ||
ᅡ total | total | 数字(number) | ||
ᅡ more | more | 布尔型(boolean) | ||
data | data | 数组(array) | ||
ᅡ id | id | 数字(number) | ||
ᅡ status | status | 数字(number) | ||
ᅡ outage_time | outage_time | 数字(number) | ||
ᅡ end_at | end_at | 数字(number) | ||
ᅡ created_at | created_at | 字符串(string) | ||
ᅡ time | time | 数字(number) | ||
ᅡ task | task | 对象(object) | ||
ᅡー id | id | 数字(number) | ||
ᅡー parent_id | parent_id | 数字(number) | ||
ᅡー name | name | 字符串(string) | ||
ᅡー description | description | 字符串(string) | ||
ᅡー status | status | 数字(number) | ||
ᅡー every_time | every_time | 数字(number) | ||
ᅡー time_length | time_length | 数字(number) | ||
ᅡー created_at | created_at | 字符串(string) | ||
ᅡー updated_at | updated_at | 字符串(string) | ||
ᅡー start_at | start_at | 数字(number) |
返回示例