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": "18fadd9a-b801-4361-8077-cfc24b795f8c",
"ParentWebProductId": "c7b86704-68ed-467d-8e60-563a2a483cd2"
},
{
"WebProductId": "18fadd9a-b801-4361-8077-cfc24b795f8c",
"ParentWebProductId": "c7b86704-68ed-467d-8e60-563a2a483cd2"
}
],
"ProgramId": "9a72aaff-1a37-41b4-90c4-2c991a19daa9"
}
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>c7b86704-68ed-467d-8e60-563a2a483cd2</ParentWebProductId>
<WebProductId>18fadd9a-b801-4361-8077-cfc24b795f8c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c7b86704-68ed-467d-8e60-563a2a483cd2</ParentWebProductId>
<WebProductId>18fadd9a-b801-4361-8077-cfc24b795f8c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>9a72aaff-1a37-41b4-90c4-2c991a19daa9</ProgramId>
</ExamProductSet>