GET api/programs/examproduct/details
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExamProductSetName | Description | Type | Additional information |
---|---|---|---|
ExamProducts | Collection of ExamProduct |
None. |
|
ProgramId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ExamProducts": [ { "WebProductId": "a876236a-5a33-40fc-a634-2cf13ec09714", "ParentWebProductId": "5d803445-38a8-48cc-9d41-80f4ba475fdf" }, { "WebProductId": "a876236a-5a33-40fc-a634-2cf13ec09714", "ParentWebProductId": "5d803445-38a8-48cc-9d41-80f4ba475fdf" } ], "ProgramId": "87825628-3a6c-4d63-9353-3a89f2e2a075" }
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>5d803445-38a8-48cc-9d41-80f4ba475fdf</ParentWebProductId> <WebProductId>a876236a-5a33-40fc-a634-2cf13ec09714</WebProductId> </ExamProduct> <ExamProduct> <ParentWebProductId>5d803445-38a8-48cc-9d41-80f4ba475fdf</ParentWebProductId> <WebProductId>a876236a-5a33-40fc-a634-2cf13ec09714</WebProductId> </ExamProduct> </ExamProducts> <ProgramId>87825628-3a6c-4d63-9353-3a89f2e2a075</ProgramId> </ExamProductSet>