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": "a5106f13-a957-4119-94fe-311595bff7b3", "ParentWebProductId": "fce617f4-4131-4051-94ad-96344c8ad78e" }, { "WebProductId": "a5106f13-a957-4119-94fe-311595bff7b3", "ParentWebProductId": "fce617f4-4131-4051-94ad-96344c8ad78e" } ], "ProgramId": "5eb59e5c-0e83-4222-ac32-ad93af97d83b" }
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>fce617f4-4131-4051-94ad-96344c8ad78e</ParentWebProductId> <WebProductId>a5106f13-a957-4119-94fe-311595bff7b3</WebProductId> </ExamProduct> <ExamProduct> <ParentWebProductId>fce617f4-4131-4051-94ad-96344c8ad78e</ParentWebProductId> <WebProductId>a5106f13-a957-4119-94fe-311595bff7b3</WebProductId> </ExamProduct> </ExamProducts> <ProgramId>5eb59e5c-0e83-4222-ac32-ad93af97d83b</ProgramId> </ExamProductSet>