Authorization: ********************{
"Action": "ServiceQueryData",
"Method": "Run",
"SystemId": "121",
"SchemaId": "training_results_record",
"ReturnTotalRows": 0,
"BussType": "培训",
"Data": {
"ResultColumns": {
"ScopeOfTraining": "",
"TrainingName": "",
"TrainingDate": "",
"Trainee": "",
"ChineseName": "",
"CampusName": "",
"MozuName": "",
"JobTitle": "",
"LearningStatus": "",
"LearningTime": "",
"Id": "",
"StandardTime": "",
"ParticipateProgress": "",
"NeedToCheck": "",
"ExamRequired": "",
"AssessmentDate": "",
"CheckStatus": "",
"AssessmentScore": "",
"UpdateTime": "",
"ExamPass": "",
"RemakeScore": "",
"RemakeDate": "",
"TrainingCategory": "",
"AssessmentTicketId": ""
},
"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": "training_results_record",
"ReturnTotalRows": 0,
"BussType": "培训",
"Data": {
"ResultColumns": {
"ScopeOfTraining": "",
"TrainingName": "",
"TrainingDate": "",
"Trainee": "",
"ChineseName": "",
"CampusName": "",
"MozuName": "",
"JobTitle": "",
"LearningStatus": "",
"LearningTime": "",
"Id": "",
"StandardTime": "",
"ParticipateProgress": "",
"NeedToCheck": "",
"ExamRequired": "",
"AssessmentDate": "",
"CheckStatus": "",
"AssessmentScore": "",
"UpdateTime": "",
"ExamPass": "",
"RemakeScore": "",
"RemakeDate": "",
"TrainingCategory": "",
"AssessmentTicketId": ""
},
"SearchCondition": {},
"Sorts": [
{
"Column": "Id",
"SortType": "desc"
}
],
"Limit": {
"Size": 20,
"Start": 0
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{}
],
"total": 0
}
}