GET api/course/{ID}/files?CourseURL={CourseURL}
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": "7ef6ad3d-4340-43cd-bc7e-985429519277", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" }, { "Identifier": "7ef6ad3d-4340-43cd-bc7e-985429519277", "Title": "sample string 4", "Extension": "sample string 5", "OrderID": 6, "IsForCertificate": true, "URL": "https://cdn.lexvid.com/files/1.sample string 5" } ]