GET api/programs/examproduct/details
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExamProductSet| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamProducts | Collection of ExamProduct |
None. |
|
| ProgramId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "a5e2deca-1fe5-40e3-9449-8eaf93a440a7",
"ParentWebProductId": "77bd7719-ee9a-484c-8a3e-fd485c939608"
},
{
"WebProductId": "a5e2deca-1fe5-40e3-9449-8eaf93a440a7",
"ParentWebProductId": "77bd7719-ee9a-484c-8a3e-fd485c939608"
}
],
"ProgramId": "40ccba8e-e212-4e87-9f95-4e9949b1b594"
}
application/xml, text/xml
Sample:
<ExamProductSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<ExamProducts>
<ExamProduct>
<ParentWebProductId>77bd7719-ee9a-484c-8a3e-fd485c939608</ParentWebProductId>
<WebProductId>a5e2deca-1fe5-40e3-9449-8eaf93a440a7</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>77bd7719-ee9a-484c-8a3e-fd485c939608</ParentWebProductId>
<WebProductId>a5e2deca-1fe5-40e3-9449-8eaf93a440a7</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>40ccba8e-e212-4e87-9f95-4e9949b1b594</ProgramId>
</ExamProductSet>