POST exportservice/education/studyplans/search
Search for study plans
Request Information
Request URL
https://api.idrottonline.se/exportservice/education/studyplans/searchURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
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
The request with search criteria
ExportService.DataContracts.Request.SearchStudyPlansRequestName | Description | Type | Additional information |
---|---|---|---|
SportId |
The belonging sport of the study plan. |
integer |
None. |
OrganisationId |
The organisation belonging for the study plan. |
integer |
None. |
FromDate |
Include study plans created from within this date. |
date |
None. |
ToDate |
Include study plans created to within this date. |
date |
None. |
Request Formats
application/json, text/json
{ "SportId": 10, "OrganisationId": 123, "FromDate": "2025-06-04T00:00:00", "ToDate": "2025-06-29T00:00:00" }
Response Information
Resource Description
A list of studyplans
Collection of ExportService.DataContracts.Education.StudyPlanName | Description | Type | Additional 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
[ { "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 }, { "Id": 234, "Name": "Mental träningslära fortsättning", "Description": "Lär dig grunderna inom mental träningslära.", "StartDate": "2012-04-11T00:00:00", "Hours": 4 } ]