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": "60f8ce7e-50c3-42f4-bc4f-2ded4119ae40",
"ParentWebProductId": "50a354ec-eb59-4b6a-81fc-a5e3b778b7c7"
},
{
"WebProductId": "60f8ce7e-50c3-42f4-bc4f-2ded4119ae40",
"ParentWebProductId": "50a354ec-eb59-4b6a-81fc-a5e3b778b7c7"
}
],
"ProgramId": "8a93eab7-5406-41d1-a53d-d9d6959d874b"
}
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>50a354ec-eb59-4b6a-81fc-a5e3b778b7c7</ParentWebProductId>
<WebProductId>60f8ce7e-50c3-42f4-bc4f-2ded4119ae40</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>50a354ec-eb59-4b6a-81fc-a5e3b778b7c7</ParentWebProductId>
<WebProductId>60f8ce7e-50c3-42f4-bc4f-2ded4119ae40</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8a93eab7-5406-41d1-a53d-d9d6959d874b</ProgramId>
</ExamProductSet>