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": "3690c546-2583-4c91-9fed-384064258502",
"ParentWebProductId": "704baae9-269d-45fb-a42e-50db74d68d9a"
},
{
"WebProductId": "3690c546-2583-4c91-9fed-384064258502",
"ParentWebProductId": "704baae9-269d-45fb-a42e-50db74d68d9a"
}
],
"ProgramId": "456fe2f5-1e4f-4f69-aa57-957ad39ff2cc"
}
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>704baae9-269d-45fb-a42e-50db74d68d9a</ParentWebProductId>
<WebProductId>3690c546-2583-4c91-9fed-384064258502</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>704baae9-269d-45fb-a42e-50db74d68d9a</ParentWebProductId>
<WebProductId>3690c546-2583-4c91-9fed-384064258502</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>456fe2f5-1e4f-4f69-aa57-957ad39ff2cc</ProgramId>
</ExamProductSet>