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": "49295639-2e91-42e3-9e63-e40a822ad2b2",
"ParentWebProductId": "03c1d30a-ff3e-49c0-a6d5-0d8942ecdb97"
},
{
"WebProductId": "49295639-2e91-42e3-9e63-e40a822ad2b2",
"ParentWebProductId": "03c1d30a-ff3e-49c0-a6d5-0d8942ecdb97"
}
],
"ProgramId": "60f8d966-e01d-4ec4-8dde-f2ce25dc8f8e"
}
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>03c1d30a-ff3e-49c0-a6d5-0d8942ecdb97</ParentWebProductId>
<WebProductId>49295639-2e91-42e3-9e63-e40a822ad2b2</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>03c1d30a-ff3e-49c0-a6d5-0d8942ecdb97</ParentWebProductId>
<WebProductId>49295639-2e91-42e3-9e63-e40a822ad2b2</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>60f8d966-e01d-4ec4-8dde-f2ce25dc8f8e</ProgramId>
</ExamProductSet>