Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/Algorithm/List'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"id": "string",
"createdTime": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z",
"createdUserId": "string",
"createdUserName": "string",
"updatedUserId": "string",
"updatedUserName": "string",
"tenantId": "string",
"craneId": "string",
"name": "string",
"filePath": "string",
"config": "string",
"trigger": "string",
"period": 0,
"enable": true
}
]
}
}