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": "4147524c-178e-4abe-aab7-319c695eb2a2",
"ParentWebProductId": "80da5b55-0c36-4407-abf0-ab9f4aa7ea10",
"BCProductId": "sample string 3"
},
{
"WebProductId": "4147524c-178e-4abe-aab7-319c695eb2a2",
"ParentWebProductId": "80da5b55-0c36-4407-abf0-ab9f4aa7ea10",
"BCProductId": "sample string 3"
}
],
"ProgramId": "e6209d65-13f3-4bb9-90d6-515a7a70c3ee",
"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>80da5b55-0c36-4407-abf0-ab9f4aa7ea10</ParentWebProductId>
<WebProductId>4147524c-178e-4abe-aab7-319c695eb2a2</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>80da5b55-0c36-4407-abf0-ab9f4aa7ea10</ParentWebProductId>
<WebProductId>4147524c-178e-4abe-aab7-319c695eb2a2</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>e6209d65-13f3-4bb9-90d6-515a7a70c3ee</ProgramId>
</ExamProductSet>