GET api/v1/general/programCoursePriceLists/{programPriceListId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| programPriceListId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProgramPriceListCourseLengthMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PriceListId | integer |
Required |
|
| CourseLengthMappingId | integer |
Required |
|
| MonthlyPrice | decimal number |
Required |
|
| Created | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PriceListId": 2,
"CourseLengthMappingId": 3,
"MonthlyPrice": 4.0,
"Created": "2026-03-13T00:17:29.3796603+02:00",
"CreatedBy": "fda65f71-8818-4c61-9a0c-7daf685afc62",
"IsDeleted": true
},
{
"Id": 1,
"PriceListId": 2,
"CourseLengthMappingId": 3,
"MonthlyPrice": 4.0,
"Created": "2026-03-13T00:17:29.3796603+02:00",
"CreatedBy": "fda65f71-8818-4c61-9a0c-7daf685afc62",
"IsDeleted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfProgramPriceListCourseLengthMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emalogic.Conservatory.Common.Models">
<ProgramPriceListCourseLengthMappingModel>
<CourseLengthMappingId>3</CourseLengthMappingId>
<Created>2026-03-13T00:17:29.3796603+02:00</Created>
<CreatedBy>fda65f71-8818-4c61-9a0c-7daf685afc62</CreatedBy>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MonthlyPrice>4</MonthlyPrice>
<PriceListId>2</PriceListId>
</ProgramPriceListCourseLengthMappingModel>
<ProgramPriceListCourseLengthMappingModel>
<CourseLengthMappingId>3</CourseLengthMappingId>
<Created>2026-03-13T00:17:29.3796603+02:00</Created>
<CreatedBy>fda65f71-8818-4c61-9a0c-7daf685afc62</CreatedBy>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MonthlyPrice>4</MonthlyPrice>
<PriceListId>2</PriceListId>
</ProgramPriceListCourseLengthMappingModel>
</ArrayOfProgramPriceListCourseLengthMappingModel>