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": "212ebee2-5f7e-46ff-934b-244050ada7cd",
"ParentWebProductId": "71bdb89c-f9ca-489c-acfe-8de9b7ba6e66",
"BCProductId": "sample string 3"
},
{
"WebProductId": "212ebee2-5f7e-46ff-934b-244050ada7cd",
"ParentWebProductId": "71bdb89c-f9ca-489c-acfe-8de9b7ba6e66",
"BCProductId": "sample string 3"
}
],
"ProgramId": "27fcf05f-1ee9-40c2-ad68-d01b82a3aca2",
"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>71bdb89c-f9ca-489c-acfe-8de9b7ba6e66</ParentWebProductId>
<WebProductId>212ebee2-5f7e-46ff-934b-244050ada7cd</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>71bdb89c-f9ca-489c-acfe-8de9b7ba6e66</ParentWebProductId>
<WebProductId>212ebee2-5f7e-46ff-934b-244050ada7cd</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>27fcf05f-1ee9-40c2-ad68-d01b82a3aca2</ProgramId>
</ExamProductSet>