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": "306d4dde-7c99-49e9-817f-4f495c020c90",
"ParentWebProductId": "6383244c-5813-4835-9d30-ede83d714976",
"BCProductId": "sample string 3"
},
{
"WebProductId": "306d4dde-7c99-49e9-817f-4f495c020c90",
"ParentWebProductId": "6383244c-5813-4835-9d30-ede83d714976",
"BCProductId": "sample string 3"
}
],
"ProgramId": "6557d2c5-7302-4080-ba8b-0af08b53a572",
"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>6383244c-5813-4835-9d30-ede83d714976</ParentWebProductId>
<WebProductId>306d4dde-7c99-49e9-817f-4f495c020c90</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>6383244c-5813-4835-9d30-ede83d714976</ParentWebProductId>
<WebProductId>306d4dde-7c99-49e9-817f-4f495c020c90</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6557d2c5-7302-4080-ba8b-0af08b53a572</ProgramId>
</ExamProductSet>