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": "9e1590a7-23c7-4efe-b6fe-62a31b140e6b",
"ParentWebProductId": "4ccb4221-18fa-418c-ac61-4662241a58c5"
},
{
"WebProductId": "9e1590a7-23c7-4efe-b6fe-62a31b140e6b",
"ParentWebProductId": "4ccb4221-18fa-418c-ac61-4662241a58c5"
}
],
"ProgramId": "f93a4741-6f81-4c47-ae06-be36e289ecc4"
}
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>4ccb4221-18fa-418c-ac61-4662241a58c5</ParentWebProductId>
<WebProductId>9e1590a7-23c7-4efe-b6fe-62a31b140e6b</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4ccb4221-18fa-418c-ac61-4662241a58c5</ParentWebProductId>
<WebProductId>9e1590a7-23c7-4efe-b6fe-62a31b140e6b</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>f93a4741-6f81-4c47-ae06-be36e289ecc4</ProgramId>
</ExamProductSet>