Authorization: ********************{
"Action": "ServiceQueryData",
"Method": "Run",
"SystemId": "121",
"SchemaId": "change_info_read_only",
"ReturnTotalRows": 0,
"BussType": "变更",
"Data": {
"ResultColumns": {
"Id": "",
"Parkname": "",
"Mozuname": "",
"Changescenename": "",
"Changetheme": "",
"Isonsitesupport": "",
"Changereasontype": "",
"Isreplenishment": "",
"Changereason": "",
"Changesfocuspeople": "",
"ParkName": "",
"MozuName": "",
"ChangeSceneName": "",
"ChangeTheme": "",
"IsOnsiteSupport": "",
"ChangeReasonType": "",
"IsReplenishment": "",
"ChangeReason": "",
"ChangesFocusPeople": "",
"BuildName": "",
"PlanStartTime": "",
"PlanEndTime": "",
"ChangeLevel": "",
"Major": "",
"ChangeType": "",
"ChangeName": "",
"Implementer": "",
"CreateTime": "",
"CompleteTime": "",
"ApprovalStatus": "",
"TicketId": "",
"InstanceId": "",
"ChangeOptions": "",
"WBOrder": "",
"IsWB": "",
"Draft": "",
"Creator": "",
"IsAuto": "",
"IsEvent": "",
"EventOrder": "",
"NoticeMsg": "",
"IsSendNotice": "",
"EndNoticeMsg": "",
"IsConfigAlarm": "",
"IsConfigUser": "",
"ChangeWorkHour": "",
"FirstSendBulletin": "",
"LastSendBulletin": "",
"ChangePlanType": "",
"IsRiskStatement": "",
"RiskStatementDetail": "",
"IsCanDelay": ""
},
"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": "ServiceQueryData",
"Method": "Run",
"SystemId": "121",
"SchemaId": "change_info_read_only",
"ReturnTotalRows": 0,
"BussType": "变更",
"Data": {
"ResultColumns": {
"Id": "",
"Parkname": "",
"Mozuname": "",
"Changescenename": "",
"Changetheme": "",
"Isonsitesupport": "",
"Changereasontype": "",
"Isreplenishment": "",
"Changereason": "",
"Changesfocuspeople": "",
"ParkName": "",
"MozuName": "",
"ChangeSceneName": "",
"ChangeTheme": "",
"IsOnsiteSupport": "",
"ChangeReasonType": "",
"IsReplenishment": "",
"ChangeReason": "",
"ChangesFocusPeople": "",
"BuildName": "",
"PlanStartTime": "",
"PlanEndTime": "",
"ChangeLevel": "",
"Major": "",
"ChangeType": "",
"ChangeName": "",
"Implementer": "",
"CreateTime": "",
"CompleteTime": "",
"ApprovalStatus": "",
"TicketId": "",
"InstanceId": "",
"ChangeOptions": "",
"WBOrder": "",
"IsWB": "",
"Draft": "",
"Creator": "",
"IsAuto": "",
"IsEvent": "",
"EventOrder": "",
"NoticeMsg": "",
"IsSendNotice": "",
"EndNoticeMsg": "",
"IsConfigAlarm": "",
"IsConfigUser": "",
"ChangeWorkHour": "",
"FirstSendBulletin": "",
"LastSendBulletin": "",
"ChangePlanType": "",
"IsRiskStatement": "",
"RiskStatementDetail": "",
"IsCanDelay": ""
},
"SearchCondition": {},
"Sorts": [
{
"Column": "Id",
"SortType": "desc"
}
],
"Limit": {
"Size": 20,
"Start": 0
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{}
],
"total": 0
}
}