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 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": "59ade834-706d-4521-a17d-d4756b3be9fe",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
},
{
"Identifier": "59ade834-706d-4521-a17d-d4756b3be9fe",
"Title": "sample string 4",
"Extension": "sample string 5",
"OrderID": 6,
"IsForCertificate": true,
"URL": "https://cdn.lexvid.com/files/1.sample string 5"
}
]