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": "7262b8cb-dddb-4e19-b837-78b2483d0489",
"ParentWebProductId": "c6bc13da-2028-4728-bc08-64991606230c"
},
{
"WebProductId": "7262b8cb-dddb-4e19-b837-78b2483d0489",
"ParentWebProductId": "c6bc13da-2028-4728-bc08-64991606230c"
}
],
"ProgramId": "1620cb8f-3968-4ba5-951e-f0f351f5eb21"
}
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>c6bc13da-2028-4728-bc08-64991606230c</ParentWebProductId>
<WebProductId>7262b8cb-dddb-4e19-b837-78b2483d0489</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c6bc13da-2028-4728-bc08-64991606230c</ParentWebProductId>
<WebProductId>7262b8cb-dddb-4e19-b837-78b2483d0489</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>1620cb8f-3968-4ba5-951e-f0f351f5eb21</ProgramId>
</ExamProductSet>