GET api/courseMultipleFormat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CourseMultipleFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| DisplayName | string |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Name": "sample string 2",
"DisplayName": "sample string 3",
"DateCreated": "2025-12-16T21:49:28.1025182+00:00",
"DateUpdated": "2025-12-16T21:49:28.1025182+00:00"
},
{
"$ref": "1"
}
]