{
"pageNum": 1,
"pageCount": 9,
"obj": {
"languageCode": "uk",
"courseType": null,
"courseCategory": null,
"certificationLevel": 3,
"productType": "",
"courseName": "",
"timeZone": "UTC+8"
}
}
curl --location --request POST 'https://overseas-training-uat.dah-demo.com/overseas-training/course/online/list' \
--header 'Authorization: Bearer SG|IOG6l7lXO5fGpYvfFI5LrTRkj9M' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageCount": 9,
"obj": {
"languageCode": "uk",
"courseType": null,
"courseCategory": null,
"certificationLevel": 3,
"productType": "",
"courseName": "",
"timeZone": "UTC+8"
}
}'
{
"code": 0,
"exceptionCode": "",
"msg": "",
"data": {
"records": [
{
"courseId": 0,
"courseName": "",
"courseIntroduction": "",
"coverAttachment": {
"previewUrl": "",
"temporaryUrl": "",
"id": 0
},
"totalDuration": 0,
"studentCount": 0,
"courseType": 0,
"courseTypeName": "",
"courseCategoryId": 0,
"courseCategoryName": "",
"productCategoryId": 0,
"productCategoryName": "",
"certificationLevel": "",
"publishDate": "",
"needUpgrade": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": ""
}
}