GET exportservice/education/studyplans/{id}

Returns a study plan by id

Request Information

Request URL

https://api.idrottonline.se/exportservice/education/studyplans/{id}

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the studyplan

integer

Required

x-svenskidrott-api-version

The requested API version

string

Default value is 1.0

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

A studyplan

ExportService.DataContracts.Education.StudyPlan
NameDescriptionTypeAdditional information
Id

A unique identifier of the study plan.

integer

None.

Name

The name of the study plan

string

None.

Description

The description of the study plan

string

None.

StartDate

The time of creation for the study plan.

date

None.

Hours

The number of study hours ("utbildningstimmar").

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 123,
  "Name": "Mental träningslära",
  "Description": "Lär dig grunderna inom mental träningslära.",
  "StartDate": "2012-04-11T00:00:00",
  "Hours": 4
}