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": "3415a7e3-a0e5-4ca2-8c5d-1422df597ec8",
"ParentWebProductId": "29b7a477-ed93-49cc-b66d-0d5a44ae4df0"
},
{
"WebProductId": "3415a7e3-a0e5-4ca2-8c5d-1422df597ec8",
"ParentWebProductId": "29b7a477-ed93-49cc-b66d-0d5a44ae4df0"
}
],
"ProgramId": "8f43c5b2-e3af-4f67-97c2-19b19915b0d8"
}
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>29b7a477-ed93-49cc-b66d-0d5a44ae4df0</ParentWebProductId>
<WebProductId>3415a7e3-a0e5-4ca2-8c5d-1422df597ec8</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>29b7a477-ed93-49cc-b66d-0d5a44ae4df0</ParentWebProductId>
<WebProductId>3415a7e3-a0e5-4ca2-8c5d-1422df597ec8</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8f43c5b2-e3af-4f67-97c2-19b19915b0d8</ProgramId>
</ExamProductSet>