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": "04dbbf6a-9859-443c-a67e-5dbcf76e3f06",
      "ParentWebProductId": "43b5511b-f9f0-4bcc-93b7-dbba586b46bf"
    },
    {
      "WebProductId": "04dbbf6a-9859-443c-a67e-5dbcf76e3f06",
      "ParentWebProductId": "43b5511b-f9f0-4bcc-93b7-dbba586b46bf"
    }
  ],
  "ProgramId": "0ef1a001-01c2-42c0-b762-6118e004edd4"
}

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>43b5511b-f9f0-4bcc-93b7-dbba586b46bf</ParentWebProductId>
      <WebProductId>04dbbf6a-9859-443c-a67e-5dbcf76e3f06</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>43b5511b-f9f0-4bcc-93b7-dbba586b46bf</ParentWebProductId>
      <WebProductId>04dbbf6a-9859-443c-a67e-5dbcf76e3f06</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>0ef1a001-01c2-42c0-b762-6118e004edd4</ProgramId>
</ExamProductSet>