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": "74defdbd-5e10-46dd-b72e-d0a9e25db839",
"ParentWebProductId": "271334e7-dc50-4ff6-93aa-63c5f625be41"
},
{
"WebProductId": "74defdbd-5e10-46dd-b72e-d0a9e25db839",
"ParentWebProductId": "271334e7-dc50-4ff6-93aa-63c5f625be41"
}
],
"ProgramId": "62c44373-09a6-4465-a824-f25cf2347748"
}
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>271334e7-dc50-4ff6-93aa-63c5f625be41</ParentWebProductId>
<WebProductId>74defdbd-5e10-46dd-b72e-d0a9e25db839</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>271334e7-dc50-4ff6-93aa-63c5f625be41</ParentWebProductId>
<WebProductId>74defdbd-5e10-46dd-b72e-d0a9e25db839</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>62c44373-09a6-4465-a824-f25cf2347748</ProgramId>
</ExamProductSet>