GET api/CourseTypes/{id}

Get Course Type by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id (key) of Course Type

integer

Required

Body Parameters

None.

Response Information

Resource Description

Course Type object by id

CourseTypeDto
NameDescriptionTypeAdditional information
CourseTypeId

Id (key) of Course Type

integer

Required

Description

Course Type Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CourseTypeId": 1,
  "Description": "sample string 2"
}