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": "e4508c68-33b7-469b-8132-921a36a5b4f7",
"ParentWebProductId": "7e60a331-2a34-406a-b324-7ebf1d799de6",
"BCProductId": "sample string 3"
},
{
"WebProductId": "e4508c68-33b7-469b-8132-921a36a5b4f7",
"ParentWebProductId": "7e60a331-2a34-406a-b324-7ebf1d799de6",
"BCProductId": "sample string 3"
}
],
"ProgramId": "fca85462-12a5-43dd-9b75-798b761e43cb",
"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>7e60a331-2a34-406a-b324-7ebf1d799de6</ParentWebProductId>
<WebProductId>e4508c68-33b7-469b-8132-921a36a5b4f7</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>7e60a331-2a34-406a-b324-7ebf1d799de6</ParentWebProductId>
<WebProductId>e4508c68-33b7-469b-8132-921a36a5b4f7</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>fca85462-12a5-43dd-9b75-798b761e43cb</ProgramId>
</ExamProductSet>