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": "d454de36-ce64-42c7-baf2-777697e2b1b0",
"ParentWebProductId": "69de734a-d09c-4446-ae8e-c73fa93f33f3"
},
{
"WebProductId": "d454de36-ce64-42c7-baf2-777697e2b1b0",
"ParentWebProductId": "69de734a-d09c-4446-ae8e-c73fa93f33f3"
}
],
"ProgramId": "3b075cf1-4eb7-4edd-87f6-fd70e6485524"
}
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>69de734a-d09c-4446-ae8e-c73fa93f33f3</ParentWebProductId>
<WebProductId>d454de36-ce64-42c7-baf2-777697e2b1b0</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>69de734a-d09c-4446-ae8e-c73fa93f33f3</ParentWebProductId>
<WebProductId>d454de36-ce64-42c7-baf2-777697e2b1b0</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3b075cf1-4eb7-4edd-87f6-fd70e6485524</ProgramId>
</ExamProductSet>