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": "ac5e2db8-92c9-46c0-b4ed-3329a198cdb0",
"ParentWebProductId": "7f1fec08-322f-4816-9123-a992e4560eb2"
},
{
"WebProductId": "ac5e2db8-92c9-46c0-b4ed-3329a198cdb0",
"ParentWebProductId": "7f1fec08-322f-4816-9123-a992e4560eb2"
}
],
"ProgramId": "128f420d-b92f-4888-a411-61820299cfdd"
}
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>7f1fec08-322f-4816-9123-a992e4560eb2</ParentWebProductId>
<WebProductId>ac5e2db8-92c9-46c0-b4ed-3329a198cdb0</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>7f1fec08-322f-4816-9123-a992e4560eb2</ParentWebProductId>
<WebProductId>ac5e2db8-92c9-46c0-b4ed-3329a198cdb0</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>128f420d-b92f-4888-a411-61820299cfdd</ProgramId>
</ExamProductSet>