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": "23962bdc-b6e4-428f-95ef-8cd3ba668617",
"ParentWebProductId": "7cbe329e-e34c-49d6-8233-f87a867a9519"
},
{
"WebProductId": "23962bdc-b6e4-428f-95ef-8cd3ba668617",
"ParentWebProductId": "7cbe329e-e34c-49d6-8233-f87a867a9519"
}
],
"ProgramId": "bcedb0bd-2989-481f-a8b2-f424f7d64807"
}
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>7cbe329e-e34c-49d6-8233-f87a867a9519</ParentWebProductId>
<WebProductId>23962bdc-b6e4-428f-95ef-8cd3ba668617</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>7cbe329e-e34c-49d6-8233-f87a867a9519</ParentWebProductId>
<WebProductId>23962bdc-b6e4-428f-95ef-8cd3ba668617</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>bcedb0bd-2989-481f-a8b2-f424f7d64807</ProgramId>
</ExamProductSet>