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": "254d3e6f-3c75-4cca-9a9a-4da805c7b00c",
"ParentWebProductId": "7abe4b54-852c-4e85-83dd-8739a470543d"
},
{
"WebProductId": "254d3e6f-3c75-4cca-9a9a-4da805c7b00c",
"ParentWebProductId": "7abe4b54-852c-4e85-83dd-8739a470543d"
}
],
"ProgramId": "75daad27-1dc9-4e2c-9bc4-0df5ecadb318"
}
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>7abe4b54-852c-4e85-83dd-8739a470543d</ParentWebProductId>
<WebProductId>254d3e6f-3c75-4cca-9a9a-4da805c7b00c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>7abe4b54-852c-4e85-83dd-8739a470543d</ParentWebProductId>
<WebProductId>254d3e6f-3c75-4cca-9a9a-4da805c7b00c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>75daad27-1dc9-4e2c-9bc4-0df5ecadb318</ProgramId>
</ExamProductSet>