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": "e25b59ed-fd0d-4e21-b0ac-29d6e693619b",
"ParentWebProductId": "fb5eefc0-4aea-4530-9ad2-c8ceae8a8b26"
},
{
"WebProductId": "e25b59ed-fd0d-4e21-b0ac-29d6e693619b",
"ParentWebProductId": "fb5eefc0-4aea-4530-9ad2-c8ceae8a8b26"
}
],
"ProgramId": "9e4ae5fd-61cd-4a83-af42-6aa048db05d8"
}
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>fb5eefc0-4aea-4530-9ad2-c8ceae8a8b26</ParentWebProductId>
<WebProductId>e25b59ed-fd0d-4e21-b0ac-29d6e693619b</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>fb5eefc0-4aea-4530-9ad2-c8ceae8a8b26</ParentWebProductId>
<WebProductId>e25b59ed-fd0d-4e21-b0ac-29d6e693619b</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>9e4ae5fd-61cd-4a83-af42-6aa048db05d8</ProgramId>
</ExamProductSet>