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. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "bac58d19-507f-4cd5-9cb0-efe9875d897c",
"ParentWebProductId": "4855fd6b-d1a0-4ca4-8848-8dca306232bf"
},
{
"WebProductId": "bac58d19-507f-4cd5-9cb0-efe9875d897c",
"ParentWebProductId": "4855fd6b-d1a0-4ca4-8848-8dca306232bf"
}
],
"ProgramId": "342820de-53ca-4952-9381-99aeef053c4d"
}
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">
<ExamProducts>
<ExamProduct>
<ParentWebProductId>4855fd6b-d1a0-4ca4-8848-8dca306232bf</ParentWebProductId>
<WebProductId>bac58d19-507f-4cd5-9cb0-efe9875d897c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4855fd6b-d1a0-4ca4-8848-8dca306232bf</ParentWebProductId>
<WebProductId>bac58d19-507f-4cd5-9cb0-efe9875d897c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>342820de-53ca-4952-9381-99aeef053c4d</ProgramId>
</ExamProductSet>