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": "8b7f57b2-da11-4945-8e1f-bbd9ca0b1771",
"ParentWebProductId": "922e5134-51bd-4c7a-8492-fdcb15b6d979",
"BCProductId": "sample string 3"
},
{
"WebProductId": "8b7f57b2-da11-4945-8e1f-bbd9ca0b1771",
"ParentWebProductId": "922e5134-51bd-4c7a-8492-fdcb15b6d979",
"BCProductId": "sample string 3"
}
],
"ProgramId": "a2357899-42c5-4793-a30d-2f60d9e9d438",
"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>922e5134-51bd-4c7a-8492-fdcb15b6d979</ParentWebProductId>
<WebProductId>8b7f57b2-da11-4945-8e1f-bbd9ca0b1771</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>922e5134-51bd-4c7a-8492-fdcb15b6d979</ParentWebProductId>
<WebProductId>8b7f57b2-da11-4945-8e1f-bbd9ca0b1771</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>a2357899-42c5-4793-a30d-2f60d9e9d438</ProgramId>
</ExamProductSet>