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": "895c2e17-1349-4c51-95ba-80fe008d6e48",
"ParentWebProductId": "40053ee3-9841-4a41-851f-224422e2567c"
},
{
"WebProductId": "895c2e17-1349-4c51-95ba-80fe008d6e48",
"ParentWebProductId": "40053ee3-9841-4a41-851f-224422e2567c"
}
],
"ProgramId": "0f2d1655-242b-433a-91dd-0a91d85489a2"
}
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>40053ee3-9841-4a41-851f-224422e2567c</ParentWebProductId>
<WebProductId>895c2e17-1349-4c51-95ba-80fe008d6e48</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>40053ee3-9841-4a41-851f-224422e2567c</ParentWebProductId>
<WebProductId>895c2e17-1349-4c51-95ba-80fe008d6e48</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>0f2d1655-242b-433a-91dd-0a91d85489a2</ProgramId>
</ExamProductSet>