GET api/programs/examproduct/details

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ExamProductSet
NameDescriptionTypeAdditional information
ExamProducts

Collection of ExamProduct

None.

ProgramId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ExamProducts": [
    {
      "WebProductId": "f7aea5c8-c1c5-4726-9f8a-242c6d2f226d",
      "ParentWebProductId": "64086f70-a2b2-4d45-8610-5bb5e4e85fd1"
    },
    {
      "WebProductId": "f7aea5c8-c1c5-4726-9f8a-242c6d2f226d",
      "ParentWebProductId": "64086f70-a2b2-4d45-8610-5bb5e4e85fd1"
    }
  ],
  "ProgramId": "94a89289-8193-4feb-9c43-1039f17e8f76"
}

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>64086f70-a2b2-4d45-8610-5bb5e4e85fd1</ParentWebProductId>
      <WebProductId>f7aea5c8-c1c5-4726-9f8a-242c6d2f226d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>64086f70-a2b2-4d45-8610-5bb5e4e85fd1</ParentWebProductId>
      <WebProductId>f7aea5c8-c1c5-4726-9f8a-242c6d2f226d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>94a89289-8193-4feb-9c43-1039f17e8f76</ProgramId>
</ExamProductSet>