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": "b1e28639-4030-4b03-9eef-0bbfa8c2496f",
"ParentWebProductId": "10119792-be02-45c8-b80a-090ba43bf54f"
},
{
"WebProductId": "b1e28639-4030-4b03-9eef-0bbfa8c2496f",
"ParentWebProductId": "10119792-be02-45c8-b80a-090ba43bf54f"
}
],
"ProgramId": "846f7f05-5664-42ad-a39e-bc97e4efe825"
}
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>10119792-be02-45c8-b80a-090ba43bf54f</ParentWebProductId>
<WebProductId>b1e28639-4030-4b03-9eef-0bbfa8c2496f</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>10119792-be02-45c8-b80a-090ba43bf54f</ParentWebProductId>
<WebProductId>b1e28639-4030-4b03-9eef-0bbfa8c2496f</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>846f7f05-5664-42ad-a39e-bc97e4efe825</ProgramId>
</ExamProductSet>