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": "0d8bdb32-45ce-42d4-8d96-ab3911cc4a29",
"ParentWebProductId": "df451858-611c-4347-8bc3-5760c76aa62e"
},
{
"WebProductId": "0d8bdb32-45ce-42d4-8d96-ab3911cc4a29",
"ParentWebProductId": "df451858-611c-4347-8bc3-5760c76aa62e"
}
],
"ProgramId": "3096c4bc-d7af-4edb-8ce6-df6031d63924"
}
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>df451858-611c-4347-8bc3-5760c76aa62e</ParentWebProductId>
<WebProductId>0d8bdb32-45ce-42d4-8d96-ab3911cc4a29</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>df451858-611c-4347-8bc3-5760c76aa62e</ParentWebProductId>
<WebProductId>0d8bdb32-45ce-42d4-8d96-ab3911cc4a29</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3096c4bc-d7af-4edb-8ce6-df6031d63924</ProgramId>
</ExamProductSet>