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": "17fab590-26d5-4ae7-a2f6-8fc11834ca43",
"ParentWebProductId": "3ee32831-39fe-4eaf-9a63-bd84d33cbc17",
"BCProductId": "sample string 3"
},
{
"WebProductId": "17fab590-26d5-4ae7-a2f6-8fc11834ca43",
"ParentWebProductId": "3ee32831-39fe-4eaf-9a63-bd84d33cbc17",
"BCProductId": "sample string 3"
}
],
"ProgramId": "adb90190-b267-4b7f-9fac-6c0346e550e8",
"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>3ee32831-39fe-4eaf-9a63-bd84d33cbc17</ParentWebProductId>
<WebProductId>17fab590-26d5-4ae7-a2f6-8fc11834ca43</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>3ee32831-39fe-4eaf-9a63-bd84d33cbc17</ParentWebProductId>
<WebProductId>17fab590-26d5-4ae7-a2f6-8fc11834ca43</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>adb90190-b267-4b7f-9fac-6c0346e550e8</ProgramId>
</ExamProductSet>