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": "db09aa91-7983-4c97-b27b-f5657db242a0",
"ParentWebProductId": "d2469788-0d10-434e-8548-9edc8c3089a0",
"BCProductId": "sample string 3"
},
{
"WebProductId": "db09aa91-7983-4c97-b27b-f5657db242a0",
"ParentWebProductId": "d2469788-0d10-434e-8548-9edc8c3089a0",
"BCProductId": "sample string 3"
}
],
"ProgramId": "ecaf2a7b-5a8a-46fa-8055-629872a0d5ac",
"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>d2469788-0d10-434e-8548-9edc8c3089a0</ParentWebProductId>
<WebProductId>db09aa91-7983-4c97-b27b-f5657db242a0</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>d2469788-0d10-434e-8548-9edc8c3089a0</ParentWebProductId>
<WebProductId>db09aa91-7983-4c97-b27b-f5657db242a0</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ecaf2a7b-5a8a-46fa-8055-629872a0d5ac</ProgramId>
</ExamProductSet>