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": "71ddd8b3-4834-4c6b-b5c9-335eb9132c70",
"ParentWebProductId": "e432b419-3d31-4ae4-bc1a-3187c4c61804"
},
{
"WebProductId": "71ddd8b3-4834-4c6b-b5c9-335eb9132c70",
"ParentWebProductId": "e432b419-3d31-4ae4-bc1a-3187c4c61804"
}
],
"ProgramId": "6e3c956e-be90-4a7a-9e64-e33c83934395"
}
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>e432b419-3d31-4ae4-bc1a-3187c4c61804</ParentWebProductId>
<WebProductId>71ddd8b3-4834-4c6b-b5c9-335eb9132c70</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>e432b419-3d31-4ae4-bc1a-3187c4c61804</ParentWebProductId>
<WebProductId>71ddd8b3-4834-4c6b-b5c9-335eb9132c70</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6e3c956e-be90-4a7a-9e64-e33c83934395</ProgramId>
</ExamProductSet>