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": "7dde0390-b64b-477c-ae9d-2b50162938d4",
"ParentWebProductId": "6638e9a3-5f8a-4280-a848-211eb59af586"
},
{
"WebProductId": "7dde0390-b64b-477c-ae9d-2b50162938d4",
"ParentWebProductId": "6638e9a3-5f8a-4280-a848-211eb59af586"
}
],
"ProgramId": "89b50274-469b-4ef1-ba4a-ad614487465b"
}
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>6638e9a3-5f8a-4280-a848-211eb59af586</ParentWebProductId>
<WebProductId>7dde0390-b64b-477c-ae9d-2b50162938d4</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>6638e9a3-5f8a-4280-a848-211eb59af586</ParentWebProductId>
<WebProductId>7dde0390-b64b-477c-ae9d-2b50162938d4</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>89b50274-469b-4ef1-ba4a-ad614487465b</ProgramId>
</ExamProductSet>