01.获取所有池子及子任务板数据
GET
/api/data
接口描述
获取所有池子及子任务板数据
响应参数
application/json参数名
类型
描述
必填
poolId
int
池子ID
必填
poolName
string
池子名称
必填
color
string
池子颜色
必填
pId
int
所属池子ID
必填
taskId
int
任务ID
必填
taskTitle
string
任务标题
必填
priority
string
任务优先级
必填
order
int
排序:-1 = 锚点, 0 = 高,1 = 中,2 = 低
必填
deadLineYear
string
截止年月日
必填
deadLineTime
long
截止时间毫秒数(long类型)
必填
descript
string
任务描述
必填
startYear
string
开始年月日
必填
startTime
long
开始时间毫秒数(long类型)
必填
poolId
int
示例:1
必填
poolName
string
示例:任务就绪池
必填
color
string
示例:panel-primary
必填
poolId
int
示例:2
必填
poolName
string
示例:任务执行池
必填
color
string
示例:panel-warning
必填
poolId
int
示例:3
必填
poolName
string
示例:任务验收池
必填
color
string
示例:panel-danger
必填
poolId
int
示例:4
必填
poolName
string
示例:任务完成池
必填
color
string
示例:panel-success
必填
poolId
int
示例:5
必填
poolName
string
示例:任务过期池
必填
color
string
示例:panel-default
必填