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": "be7f4f31-25f3-4b51-a2a2-0c24461b109e",
"ParentWebProductId": "017a6c7c-c984-4af3-b444-08394c6ae28f",
"BCProductId": "sample string 3"
},
{
"WebProductId": "be7f4f31-25f3-4b51-a2a2-0c24461b109e",
"ParentWebProductId": "017a6c7c-c984-4af3-b444-08394c6ae28f",
"BCProductId": "sample string 3"
}
],
"ProgramId": "bcec1c8b-0fb9-46be-abfb-b01ae3ec43bc",
"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>017a6c7c-c984-4af3-b444-08394c6ae28f</ParentWebProductId>
<WebProductId>be7f4f31-25f3-4b51-a2a2-0c24461b109e</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>017a6c7c-c984-4af3-b444-08394c6ae28f</ParentWebProductId>
<WebProductId>be7f4f31-25f3-4b51-a2a2-0c24461b109e</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>bcec1c8b-0fb9-46be-abfb-b01ae3ec43bc</ProgramId>
</ExamProductSet>