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": "541ce1e9-9c87-4d9b-ad11-af6429c02355",
"ParentWebProductId": "e0f8e5b1-8bc5-42ca-9b30-59bfafff9e42",
"BCProductId": "sample string 3"
},
{
"WebProductId": "541ce1e9-9c87-4d9b-ad11-af6429c02355",
"ParentWebProductId": "e0f8e5b1-8bc5-42ca-9b30-59bfafff9e42",
"BCProductId": "sample string 3"
}
],
"ProgramId": "bfd5ad09-9c23-443e-8682-47f557792192",
"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>e0f8e5b1-8bc5-42ca-9b30-59bfafff9e42</ParentWebProductId>
<WebProductId>541ce1e9-9c87-4d9b-ad11-af6429c02355</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>e0f8e5b1-8bc5-42ca-9b30-59bfafff9e42</ParentWebProductId>
<WebProductId>541ce1e9-9c87-4d9b-ad11-af6429c02355</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>bfd5ad09-9c23-443e-8682-47f557792192</ProgramId>
</ExamProductSet>