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": "e379f7a9-747b-4f0c-b76c-f36f24cc3723",
"ParentWebProductId": "e66f0bb5-4dac-4673-9fa5-fa098510691f",
"BCProductId": "sample string 3"
},
{
"WebProductId": "e379f7a9-747b-4f0c-b76c-f36f24cc3723",
"ParentWebProductId": "e66f0bb5-4dac-4673-9fa5-fa098510691f",
"BCProductId": "sample string 3"
}
],
"ProgramId": "b51b2a10-a84c-4c1a-95dc-aa4199604bf0",
"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>e66f0bb5-4dac-4673-9fa5-fa098510691f</ParentWebProductId>
<WebProductId>e379f7a9-747b-4f0c-b76c-f36f24cc3723</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>e66f0bb5-4dac-4673-9fa5-fa098510691f</ParentWebProductId>
<WebProductId>e379f7a9-747b-4f0c-b76c-f36f24cc3723</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b51b2a10-a84c-4c1a-95dc-aa4199604bf0</ProgramId>
</ExamProductSet>