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": "fd630cf5-be77-4eda-aa5c-2798babe01b3",
"ParentWebProductId": "9b2bff2a-a827-432b-b483-2f91cf0539b3",
"BCProductId": "sample string 3"
},
{
"WebProductId": "fd630cf5-be77-4eda-aa5c-2798babe01b3",
"ParentWebProductId": "9b2bff2a-a827-432b-b483-2f91cf0539b3",
"BCProductId": "sample string 3"
}
],
"ProgramId": "6ce30261-c74e-4795-9984-a981a7afef88",
"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>9b2bff2a-a827-432b-b483-2f91cf0539b3</ParentWebProductId>
<WebProductId>fd630cf5-be77-4eda-aa5c-2798babe01b3</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>9b2bff2a-a827-432b-b483-2f91cf0539b3</ParentWebProductId>
<WebProductId>fd630cf5-be77-4eda-aa5c-2798babe01b3</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6ce30261-c74e-4795-9984-a981a7afef88</ProgramId>
</ExamProductSet>