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": "b15654e6-1ddf-4d9c-97be-568fcd25cab3",
"ParentWebProductId": "f1e90b4f-8e7a-4e28-91d6-98ec01261d98"
},
{
"WebProductId": "b15654e6-1ddf-4d9c-97be-568fcd25cab3",
"ParentWebProductId": "f1e90b4f-8e7a-4e28-91d6-98ec01261d98"
}
],
"ProgramId": "24fe012a-4234-4094-a142-674ae60bad5f"
}
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>f1e90b4f-8e7a-4e28-91d6-98ec01261d98</ParentWebProductId>
<WebProductId>b15654e6-1ddf-4d9c-97be-568fcd25cab3</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>f1e90b4f-8e7a-4e28-91d6-98ec01261d98</ParentWebProductId>
<WebProductId>b15654e6-1ddf-4d9c-97be-568fcd25cab3</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>24fe012a-4234-4094-a142-674ae60bad5f</ProgramId>
</ExamProductSet>