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": "fb74aeca-2e16-4442-96ea-bd75af2bc9ad",
"ParentWebProductId": "d2eabd93-d3b4-4b28-889a-3c03448941c5"
},
{
"WebProductId": "fb74aeca-2e16-4442-96ea-bd75af2bc9ad",
"ParentWebProductId": "d2eabd93-d3b4-4b28-889a-3c03448941c5"
}
],
"ProgramId": "312b4662-3ae3-4536-a183-8949c31bdc64"
}
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>d2eabd93-d3b4-4b28-889a-3c03448941c5</ParentWebProductId>
<WebProductId>fb74aeca-2e16-4442-96ea-bd75af2bc9ad</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>d2eabd93-d3b4-4b28-889a-3c03448941c5</ParentWebProductId>
<WebProductId>fb74aeca-2e16-4442-96ea-bd75af2bc9ad</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>312b4662-3ae3-4536-a183-8949c31bdc64</ProgramId>
</ExamProductSet>