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": "67cae54b-7345-4f21-b09f-1b6e11b424b3",
"ParentWebProductId": "27c1288a-bb43-467e-98fa-74daed5c4692",
"BCProductId": "sample string 3"
},
{
"WebProductId": "67cae54b-7345-4f21-b09f-1b6e11b424b3",
"ParentWebProductId": "27c1288a-bb43-467e-98fa-74daed5c4692",
"BCProductId": "sample string 3"
}
],
"ProgramId": "2708eb97-fe6c-4e27-975a-ff21adafd47c",
"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>27c1288a-bb43-467e-98fa-74daed5c4692</ParentWebProductId>
<WebProductId>67cae54b-7345-4f21-b09f-1b6e11b424b3</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>27c1288a-bb43-467e-98fa-74daed5c4692</ParentWebProductId>
<WebProductId>67cae54b-7345-4f21-b09f-1b6e11b424b3</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>2708eb97-fe6c-4e27-975a-ff21adafd47c</ProgramId>
</ExamProductSet>