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 CourseFileModel| Name | 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": "8e7dd140-cdc4-4b01-bfa7-d631d0f84a56",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
},
{
"Identifier": "8e7dd140-cdc4-4b01-bfa7-d631d0f84a56",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
}
]