Authorization: ********************{
"Action": "QueryData",
"Method": "Run",
"SystemId": "1",
"SchemaId": "drill_step_list",
"ReturnTotalRows": 0,
"Data": {
"ResultColumns": {
"CheckItem": "",
"Ck": "",
"DrillType": "",
"EndTime": "",
"Id": "",
"Score": "",
"StartTime": "",
"StepName": "",
"TicketId": "",
"TimeConsumEnd": "",
"Users": ""
},
"SearchCondition": {},
"Sorts": [
{
"Column": "Id",
"SortType": "desc"
}
],
"Limit": {
"Size": 20,
"Start": 0
}
}
}curl --location 'https://dcops.test.tencent.com/relay/open/ifob/rapi/ifob-fre' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"Action": "QueryData",
"Method": "Run",
"SystemId": "1",
"SchemaId": "drill_step_list",
"ReturnTotalRows": 0,
"Data": {
"ResultColumns": {
"CheckItem": "",
"Ck": "",
"DrillType": "",
"EndTime": "",
"Id": "",
"Score": "",
"StartTime": "",
"StepName": "",
"TicketId": "",
"TimeConsumEnd": "",
"Users": ""
},
"SearchCondition": {},
"Sorts": [
{
"Column": "Id",
"SortType": "desc"
}
],
"Limit": {
"Size": 20,
"Start": 0
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{}
],
"total": 0
}
}