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": "ef0a552d-8e33-402e-aa70-cb3f27418e54",
"ParentWebProductId": "02249922-977d-4617-888f-a25c55ee9a86"
},
{
"WebProductId": "ef0a552d-8e33-402e-aa70-cb3f27418e54",
"ParentWebProductId": "02249922-977d-4617-888f-a25c55ee9a86"
}
],
"ProgramId": "3633f602-48ca-45b8-aaa1-db1e8c8e7265"
}
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>02249922-977d-4617-888f-a25c55ee9a86</ParentWebProductId>
<WebProductId>ef0a552d-8e33-402e-aa70-cb3f27418e54</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>02249922-977d-4617-888f-a25c55ee9a86</ParentWebProductId>
<WebProductId>ef0a552d-8e33-402e-aa70-cb3f27418e54</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3633f602-48ca-45b8-aaa1-db1e8c8e7265</ProgramId>
</ExamProductSet>