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": "b6ee37fa-1b3b-46c8-a0bf-d09f0e7fb9de",
"ParentWebProductId": "3e709ed9-2172-4197-b21f-38e61c19fef5",
"BCProductId": "sample string 3"
},
{
"WebProductId": "b6ee37fa-1b3b-46c8-a0bf-d09f0e7fb9de",
"ParentWebProductId": "3e709ed9-2172-4197-b21f-38e61c19fef5",
"BCProductId": "sample string 3"
}
],
"ProgramId": "b3990fca-cc7a-488d-9d4c-1d9555cc37b7",
"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>3e709ed9-2172-4197-b21f-38e61c19fef5</ParentWebProductId>
<WebProductId>b6ee37fa-1b3b-46c8-a0bf-d09f0e7fb9de</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>3e709ed9-2172-4197-b21f-38e61c19fef5</ParentWebProductId>
<WebProductId>b6ee37fa-1b3b-46c8-a0bf-d09f0e7fb9de</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b3990fca-cc7a-488d-9d4c-1d9555cc37b7</ProgramId>
</ExamProductSet>