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": "3c2a9591-1ad6-44ca-9642-889977f13851",
"ParentWebProductId": "b61e6522-17dd-4709-9bcf-e2341a955d41",
"BCProductId": "sample string 3"
},
{
"WebProductId": "3c2a9591-1ad6-44ca-9642-889977f13851",
"ParentWebProductId": "b61e6522-17dd-4709-9bcf-e2341a955d41",
"BCProductId": "sample string 3"
}
],
"ProgramId": "04cd8e1a-dafc-42a0-a594-d2cbff8b913a",
"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>b61e6522-17dd-4709-9bcf-e2341a955d41</ParentWebProductId>
<WebProductId>3c2a9591-1ad6-44ca-9642-889977f13851</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>b61e6522-17dd-4709-9bcf-e2341a955d41</ParentWebProductId>
<WebProductId>3c2a9591-1ad6-44ca-9642-889977f13851</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>04cd8e1a-dafc-42a0-a594-d2cbff8b913a</ProgramId>
</ExamProductSet>