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": "a8b0af72-a09d-44ea-a196-6982c90b6500",
"ParentWebProductId": "1078aeea-7d90-48bc-a7cf-edd22f303abf"
},
{
"WebProductId": "a8b0af72-a09d-44ea-a196-6982c90b6500",
"ParentWebProductId": "1078aeea-7d90-48bc-a7cf-edd22f303abf"
}
],
"ProgramId": "f93370cc-a7de-48fa-88cd-056d70b6947f"
}
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>1078aeea-7d90-48bc-a7cf-edd22f303abf</ParentWebProductId>
<WebProductId>a8b0af72-a09d-44ea-a196-6982c90b6500</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>1078aeea-7d90-48bc-a7cf-edd22f303abf</ParentWebProductId>
<WebProductId>a8b0af72-a09d-44ea-a196-6982c90b6500</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>f93370cc-a7de-48fa-88cd-056d70b6947f</ProgramId>
</ExamProductSet>