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": "b312f22c-a4ed-44bb-8922-5de3acfa622a",
"ParentWebProductId": "716698ac-b1b8-423e-ac34-acc7594d5aec"
},
{
"WebProductId": "b312f22c-a4ed-44bb-8922-5de3acfa622a",
"ParentWebProductId": "716698ac-b1b8-423e-ac34-acc7594d5aec"
}
],
"ProgramId": "76a83460-5033-4ea5-9c1a-369ef6aa5027"
}
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>716698ac-b1b8-423e-ac34-acc7594d5aec</ParentWebProductId>
<WebProductId>b312f22c-a4ed-44bb-8922-5de3acfa622a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>716698ac-b1b8-423e-ac34-acc7594d5aec</ParentWebProductId>
<WebProductId>b312f22c-a4ed-44bb-8922-5de3acfa622a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>76a83460-5033-4ea5-9c1a-369ef6aa5027</ProgramId>
</ExamProductSet>