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": "2a176ed9-b354-4588-9873-01efb9f1d87d",
"ParentWebProductId": "5dd23e50-c50c-4a3d-a78d-32ca266d1f69"
},
{
"WebProductId": "2a176ed9-b354-4588-9873-01efb9f1d87d",
"ParentWebProductId": "5dd23e50-c50c-4a3d-a78d-32ca266d1f69"
}
],
"ProgramId": "d6a9d1dc-5e1a-458e-befd-fc29dc41702e"
}
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>5dd23e50-c50c-4a3d-a78d-32ca266d1f69</ParentWebProductId>
<WebProductId>2a176ed9-b354-4588-9873-01efb9f1d87d</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>5dd23e50-c50c-4a3d-a78d-32ca266d1f69</ParentWebProductId>
<WebProductId>2a176ed9-b354-4588-9873-01efb9f1d87d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>d6a9d1dc-5e1a-458e-befd-fc29dc41702e</ProgramId>
</ExamProductSet>