GET api/course/{CourseURL}/files?ID={ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CourseURL | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CourseFileModelName | Description | Type | Additional information |
---|---|---|---|
Identifier | globally unique identifier |
None. |
|
Title | string |
None. |
|
Extension | string |
None. |
|
OrderID | integer |
None. |
|
IsForCertificate | boolean |
None. |
|
URL | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identifier": "6920937e-4a4e-4168-adb5-3936a4c4670f", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" }, { "Identifier": "6920937e-4a4e-4168-adb5-3936a4c4670f", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" } ]