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": "cd26f688-7418-4600-9ea6-5578604e9180",
"ParentWebProductId": "977b8e91-83a8-46f4-a5aa-5d736ad8b1df"
},
{
"WebProductId": "cd26f688-7418-4600-9ea6-5578604e9180",
"ParentWebProductId": "977b8e91-83a8-46f4-a5aa-5d736ad8b1df"
}
],
"ProgramId": "fdab811a-5067-4a75-9252-1fe04b2c22ad"
}
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>977b8e91-83a8-46f4-a5aa-5d736ad8b1df</ParentWebProductId>
<WebProductId>cd26f688-7418-4600-9ea6-5578604e9180</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>977b8e91-83a8-46f4-a5aa-5d736ad8b1df</ParentWebProductId>
<WebProductId>cd26f688-7418-4600-9ea6-5578604e9180</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>fdab811a-5067-4a75-9252-1fe04b2c22ad</ProgramId>
</ExamProductSet>