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": "526db706-d421-43f4-867a-e45924eb1565",
"ParentWebProductId": "9263458e-3755-4c5a-803a-2194f836027c"
},
{
"WebProductId": "526db706-d421-43f4-867a-e45924eb1565",
"ParentWebProductId": "9263458e-3755-4c5a-803a-2194f836027c"
}
],
"ProgramId": "eadaacab-d408-4b60-9c00-307eba15e1df"
}
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>9263458e-3755-4c5a-803a-2194f836027c</ParentWebProductId>
<WebProductId>526db706-d421-43f4-867a-e45924eb1565</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>9263458e-3755-4c5a-803a-2194f836027c</ParentWebProductId>
<WebProductId>526db706-d421-43f4-867a-e45924eb1565</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>eadaacab-d408-4b60-9c00-307eba15e1df</ProgramId>
</ExamProductSet>