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": "6916ab33-e542-4424-8aad-3a676c9d659b", "ParentWebProductId": "f6e4957e-1e65-4508-b143-71c46088bfe3" }, { "WebProductId": "6916ab33-e542-4424-8aad-3a676c9d659b", "ParentWebProductId": "f6e4957e-1e65-4508-b143-71c46088bfe3" } ], "ProgramId": "0936b045-da03-4d36-b08e-9df1386e4d99" }
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>f6e4957e-1e65-4508-b143-71c46088bfe3</ParentWebProductId> <WebProductId>6916ab33-e542-4424-8aad-3a676c9d659b</WebProductId> </ExamProduct> <ExamProduct> <ParentWebProductId>f6e4957e-1e65-4508-b143-71c46088bfe3</ParentWebProductId> <WebProductId>6916ab33-e542-4424-8aad-3a676c9d659b</WebProductId> </ExamProduct> </ExamProducts> <ProgramId>0936b045-da03-4d36-b08e-9df1386e4d99</ProgramId> </ExamProductSet>