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": "f318e9fb-b7e2-426d-8ff7-9776245a8a5d",
"ParentWebProductId": "1e00837c-a0e0-45a7-a6dc-b709fb160dcb",
"BCProductId": "sample string 3"
},
{
"WebProductId": "f318e9fb-b7e2-426d-8ff7-9776245a8a5d",
"ParentWebProductId": "1e00837c-a0e0-45a7-a6dc-b709fb160dcb",
"BCProductId": "sample string 3"
}
],
"ProgramId": "ad0c4966-efb6-42c5-9f64-da764ac43385",
"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>1e00837c-a0e0-45a7-a6dc-b709fb160dcb</ParentWebProductId>
<WebProductId>f318e9fb-b7e2-426d-8ff7-9776245a8a5d</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>1e00837c-a0e0-45a7-a6dc-b709fb160dcb</ParentWebProductId>
<WebProductId>f318e9fb-b7e2-426d-8ff7-9776245a8a5d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ad0c4966-efb6-42c5-9f64-da764ac43385</ProgramId>
</ExamProductSet>