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": "fce8d09f-a5bb-44fb-8e35-163e1beafae4",
"ParentWebProductId": "4e8215b7-22f8-41a4-bd2e-5fbd8da23fd8"
},
{
"WebProductId": "fce8d09f-a5bb-44fb-8e35-163e1beafae4",
"ParentWebProductId": "4e8215b7-22f8-41a4-bd2e-5fbd8da23fd8"
}
],
"ProgramId": "af6fe629-d174-4a74-bba5-9489ec134d70"
}
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>4e8215b7-22f8-41a4-bd2e-5fbd8da23fd8</ParentWebProductId>
<WebProductId>fce8d09f-a5bb-44fb-8e35-163e1beafae4</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4e8215b7-22f8-41a4-bd2e-5fbd8da23fd8</ParentWebProductId>
<WebProductId>fce8d09f-a5bb-44fb-8e35-163e1beafae4</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>af6fe629-d174-4a74-bba5-9489ec134d70</ProgramId>
</ExamProductSet>