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": "8d618837-dbd3-43ae-b69f-6aba333d2fee", "ParentWebProductId": "9c1644a3-24f0-4bdb-a33c-d9c229a22158" }, { "WebProductId": "8d618837-dbd3-43ae-b69f-6aba333d2fee", "ParentWebProductId": "9c1644a3-24f0-4bdb-a33c-d9c229a22158" } ], "ProgramId": "5ba3b17f-dbb1-4f7a-b53a-d150171055fe" }
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>9c1644a3-24f0-4bdb-a33c-d9c229a22158</ParentWebProductId> <WebProductId>8d618837-dbd3-43ae-b69f-6aba333d2fee</WebProductId> </ExamProduct> <ExamProduct> <ParentWebProductId>9c1644a3-24f0-4bdb-a33c-d9c229a22158</ParentWebProductId> <WebProductId>8d618837-dbd3-43ae-b69f-6aba333d2fee</WebProductId> </ExamProduct> </ExamProducts> <ProgramId>5ba3b17f-dbb1-4f7a-b53a-d150171055fe</ProgramId> </ExamProductSet>