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": "1a21d7d5-fb12-4d46-be03-3d6b557ae67b",
"ParentWebProductId": "73028be3-ea35-4891-84b4-935a7ede555c",
"BCProductId": "sample string 3"
},
{
"WebProductId": "1a21d7d5-fb12-4d46-be03-3d6b557ae67b",
"ParentWebProductId": "73028be3-ea35-4891-84b4-935a7ede555c",
"BCProductId": "sample string 3"
}
],
"ProgramId": "cb4b2a60-91c8-46d2-9c00-0241be3fbdb2",
"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>73028be3-ea35-4891-84b4-935a7ede555c</ParentWebProductId>
<WebProductId>1a21d7d5-fb12-4d46-be03-3d6b557ae67b</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>73028be3-ea35-4891-84b4-935a7ede555c</ParentWebProductId>
<WebProductId>1a21d7d5-fb12-4d46-be03-3d6b557ae67b</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>cb4b2a60-91c8-46d2-9c00-0241be3fbdb2</ProgramId>
</ExamProductSet>