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": "1f12bb77-9ac4-41e3-b8c8-16fbd123ec89",
"ParentWebProductId": "4618e9f6-d44e-445e-aacb-75f16f5e046b"
},
{
"WebProductId": "1f12bb77-9ac4-41e3-b8c8-16fbd123ec89",
"ParentWebProductId": "4618e9f6-d44e-445e-aacb-75f16f5e046b"
}
],
"ProgramId": "10d823be-caad-4490-812f-8e7b7a12f451"
}
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>4618e9f6-d44e-445e-aacb-75f16f5e046b</ParentWebProductId>
<WebProductId>1f12bb77-9ac4-41e3-b8c8-16fbd123ec89</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4618e9f6-d44e-445e-aacb-75f16f5e046b</ParentWebProductId>
<WebProductId>1f12bb77-9ac4-41e3-b8c8-16fbd123ec89</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>10d823be-caad-4490-812f-8e7b7a12f451</ProgramId>
</ExamProductSet>