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": "f76ccf4f-32c9-4cce-8a5b-5d8f6543f890",
"ParentWebProductId": "fc663337-3ff4-4986-b9a7-e3278b580f11",
"BCProductId": "sample string 3"
},
{
"WebProductId": "f76ccf4f-32c9-4cce-8a5b-5d8f6543f890",
"ParentWebProductId": "fc663337-3ff4-4986-b9a7-e3278b580f11",
"BCProductId": "sample string 3"
}
],
"ProgramId": "ef622ab7-b018-4240-93b7-e9e0f45e7ce6",
"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>fc663337-3ff4-4986-b9a7-e3278b580f11</ParentWebProductId>
<WebProductId>f76ccf4f-32c9-4cce-8a5b-5d8f6543f890</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>fc663337-3ff4-4986-b9a7-e3278b580f11</ParentWebProductId>
<WebProductId>f76ccf4f-32c9-4cce-8a5b-5d8f6543f890</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ef622ab7-b018-4240-93b7-e9e0f45e7ce6</ProgramId>
</ExamProductSet>