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": "9dfc9c33-1a79-42d8-b988-7d2e54627ef7", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" }, { "Identifier": "9dfc9c33-1a79-42d8-b988-7d2e54627ef7", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" } ]