Modules
POST
/portal-api/v1/class/doubtGet class doubts with likes and repeat counts
Request Body
ClassDoubtDtoobject
tokenstring
Admincmt-encrypted token
clsIdstring
Admincmt-encrypted class id
Required: token, clsId
Related Schemas
ClassDoubtDto
tokenstring
Admincmt-encrypted token
clsIdstring
Admincmt-encrypted class id
Required: token, clsId
Code samples
Generated from the current environment and the request configured in the Try-it panel.
curl -X POST 'https://app-api.crwilladmin.com/portal-api/v1/class/doubt' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'apptype: android' \
-H 'appver: 1.0.0' \
-H 'webver: 1.0.0' \
-H 'portalver: 1.0.0' \
-d '{
"token": "",
"clsId": ""
}' \