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": "efe764e5-c3f3-4dfa-a329-532ff6141456",
"ParentWebProductId": "c41c79c6-20d3-408c-b121-13f3bae10bfe"
},
{
"WebProductId": "efe764e5-c3f3-4dfa-a329-532ff6141456",
"ParentWebProductId": "c41c79c6-20d3-408c-b121-13f3bae10bfe"
}
],
"ProgramId": "750c90e2-35bf-42f9-b0f1-8482bab69b57"
}
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>c41c79c6-20d3-408c-b121-13f3bae10bfe</ParentWebProductId>
<WebProductId>efe764e5-c3f3-4dfa-a329-532ff6141456</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c41c79c6-20d3-408c-b121-13f3bae10bfe</ParentWebProductId>
<WebProductId>efe764e5-c3f3-4dfa-a329-532ff6141456</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>750c90e2-35bf-42f9-b0f1-8482bab69b57</ProgramId>
</ExamProductSet>