GET api/courseType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CourseType
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

DateCreated

date

None.

DateUpdated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "DateCreated": "2025-06-25T18:50:23.6173186+01:00",
    "DateUpdated": "2025-06-25T18:50:23.6173186+01:00"
  },
  {
    "$ref": "1"
  }
]