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": "25f54c45-0841-41e1-9639-ace8730430bf",
"ParentWebProductId": "4a478145-cb75-4d38-827c-b15eba98723d"
},
{
"WebProductId": "25f54c45-0841-41e1-9639-ace8730430bf",
"ParentWebProductId": "4a478145-cb75-4d38-827c-b15eba98723d"
}
],
"ProgramId": "eddb0660-5845-4b0f-8f78-78e14572e6b1"
}
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>4a478145-cb75-4d38-827c-b15eba98723d</ParentWebProductId>
<WebProductId>25f54c45-0841-41e1-9639-ace8730430bf</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4a478145-cb75-4d38-827c-b15eba98723d</ParentWebProductId>
<WebProductId>25f54c45-0841-41e1-9639-ace8730430bf</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>eddb0660-5845-4b0f-8f78-78e14572e6b1</ProgramId>
</ExamProductSet>