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": "ed3fd033-fbc8-4855-b6c4-f2e0abcc3604",
"ParentWebProductId": "402fbf45-306f-4981-8a91-b8e53508264f"
},
{
"WebProductId": "ed3fd033-fbc8-4855-b6c4-f2e0abcc3604",
"ParentWebProductId": "402fbf45-306f-4981-8a91-b8e53508264f"
}
],
"ProgramId": "3d15c5c0-c723-4eb1-9afd-054508d33f1a"
}
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>402fbf45-306f-4981-8a91-b8e53508264f</ParentWebProductId>
<WebProductId>ed3fd033-fbc8-4855-b6c4-f2e0abcc3604</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>402fbf45-306f-4981-8a91-b8e53508264f</ParentWebProductId>
<WebProductId>ed3fd033-fbc8-4855-b6c4-f2e0abcc3604</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3d15c5c0-c723-4eb1-9afd-054508d33f1a</ProgramId>
</ExamProductSet>