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": "66781e45-05af-4ffd-b1e7-e0fca97beb3a",
"ParentWebProductId": "746e825a-839e-412c-876c-ea9168399fce"
},
{
"WebProductId": "66781e45-05af-4ffd-b1e7-e0fca97beb3a",
"ParentWebProductId": "746e825a-839e-412c-876c-ea9168399fce"
}
],
"ProgramId": "8ad16e92-fc65-4967-a50b-1a3688e8f7d5"
}
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>746e825a-839e-412c-876c-ea9168399fce</ParentWebProductId>
<WebProductId>66781e45-05af-4ffd-b1e7-e0fca97beb3a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>746e825a-839e-412c-876c-ea9168399fce</ParentWebProductId>
<WebProductId>66781e45-05af-4ffd-b1e7-e0fca97beb3a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8ad16e92-fc65-4967-a50b-1a3688e8f7d5</ProgramId>
</ExamProductSet>