GET api/CourseProgress/AuthorizePlay/{CourseID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CourseID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthoizePlayResponseModelName | Description | Type | Additional information |
---|---|---|---|
CanPlay | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CanPlay": true, "Message": "sample string 2" }