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": "ead4be8a-ad8b-4441-b1f9-52ec5e1f66bf",
"ParentWebProductId": "84032b17-baec-40da-a6e0-4918b696cc82",
"BCProductId": "sample string 3"
},
{
"WebProductId": "ead4be8a-ad8b-4441-b1f9-52ec5e1f66bf",
"ParentWebProductId": "84032b17-baec-40da-a6e0-4918b696cc82",
"BCProductId": "sample string 3"
}
],
"ProgramId": "04261e01-6735-42f5-b2a3-7e1964b63ffb",
"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>84032b17-baec-40da-a6e0-4918b696cc82</ParentWebProductId>
<WebProductId>ead4be8a-ad8b-4441-b1f9-52ec5e1f66bf</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>84032b17-baec-40da-a6e0-4918b696cc82</ParentWebProductId>
<WebProductId>ead4be8a-ad8b-4441-b1f9-52ec5e1f66bf</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>04261e01-6735-42f5-b2a3-7e1964b63ffb</ProgramId>
</ExamProductSet>