Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/cronjobs/paged-list//' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageIndex": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"items": [
{
"id": "string",
"name": "string",
"className": "string",
"trigger": "string",
"triggerAt": "2019-08-24T14:15:22Z",
"isRemoting": true,
"servicePath": "string",
"enable": true
}
],
"hasPrevPages": true,
"hasNextPages": true
}
}