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. |
|
| BCExamContainerId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "f453de30-4b19-4951-826c-2b6fd5e12251",
"ParentWebProductId": "9827a171-76f9-4917-9ea5-33e8606ad0ba",
"BCProductId": "sample string 3"
},
{
"WebProductId": "f453de30-4b19-4951-826c-2b6fd5e12251",
"ParentWebProductId": "9827a171-76f9-4917-9ea5-33e8606ad0ba",
"BCProductId": "sample string 3"
}
],
"ProgramId": "e34163d4-1c85-450c-b7c5-7cbe69d01e9f",
"BCExamContainerId": "sample string 2"
}
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">
<BCExamContainerId>sample string 2</BCExamContainerId>
<ExamProducts>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>9827a171-76f9-4917-9ea5-33e8606ad0ba</ParentWebProductId>
<WebProductId>f453de30-4b19-4951-826c-2b6fd5e12251</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>9827a171-76f9-4917-9ea5-33e8606ad0ba</ParentWebProductId>
<WebProductId>f453de30-4b19-4951-826c-2b6fd5e12251</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>e34163d4-1c85-450c-b7c5-7cbe69d01e9f</ProgramId>
</ExamProductSet>