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": "d77a0f86-5cd3-4a4a-840f-ff75280bf1fd",
"ParentWebProductId": "ed876e0b-7395-4e65-8a44-394cfc73ffa7"
},
{
"WebProductId": "d77a0f86-5cd3-4a4a-840f-ff75280bf1fd",
"ParentWebProductId": "ed876e0b-7395-4e65-8a44-394cfc73ffa7"
}
],
"ProgramId": "a1ee6f76-2edb-41a4-9243-285978867bd5"
}
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>ed876e0b-7395-4e65-8a44-394cfc73ffa7</ParentWebProductId>
<WebProductId>d77a0f86-5cd3-4a4a-840f-ff75280bf1fd</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>ed876e0b-7395-4e65-8a44-394cfc73ffa7</ParentWebProductId>
<WebProductId>d77a0f86-5cd3-4a4a-840f-ff75280bf1fd</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>a1ee6f76-2edb-41a4-9243-285978867bd5</ProgramId>
</ExamProductSet>