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": "0fd550c1-a093-44e4-baad-78596cb0e5c8",
"ParentWebProductId": "8bce4e38-0a5e-4546-928d-a141d78e5f1f"
},
{
"WebProductId": "0fd550c1-a093-44e4-baad-78596cb0e5c8",
"ParentWebProductId": "8bce4e38-0a5e-4546-928d-a141d78e5f1f"
}
],
"ProgramId": "99c356e9-6879-4953-8f41-a31a64f14116"
}
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>8bce4e38-0a5e-4546-928d-a141d78e5f1f</ParentWebProductId>
<WebProductId>0fd550c1-a093-44e4-baad-78596cb0e5c8</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>8bce4e38-0a5e-4546-928d-a141d78e5f1f</ParentWebProductId>
<WebProductId>0fd550c1-a093-44e4-baad-78596cb0e5c8</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>99c356e9-6879-4953-8f41-a31a64f14116</ProgramId>
</ExamProductSet>