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": "94032b90-b8ea-4540-8091-33beacd46936", "ParentWebProductId": "bf6e83af-ad60-4cfd-b431-0d46e57cb983" }, { "WebProductId": "94032b90-b8ea-4540-8091-33beacd46936", "ParentWebProductId": "bf6e83af-ad60-4cfd-b431-0d46e57cb983" } ], "ProgramId": "72c25a34-f574-43c7-82b6-0be86ad7b4a5" }
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>bf6e83af-ad60-4cfd-b431-0d46e57cb983</ParentWebProductId> <WebProductId>94032b90-b8ea-4540-8091-33beacd46936</WebProductId> </ExamProduct> <ExamProduct> <ParentWebProductId>bf6e83af-ad60-4cfd-b431-0d46e57cb983</ParentWebProductId> <WebProductId>94032b90-b8ea-4540-8091-33beacd46936</WebProductId> </ExamProduct> </ExamProducts> <ProgramId>72c25a34-f574-43c7-82b6-0be86ad7b4a5</ProgramId> </ExamProductSet>