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": "8223d361-15c5-4cf2-8b30-16fa9208399c",
      "ParentWebProductId": "6715d016-5895-461b-be02-9020ddf01e1f"
    },
    {
      "WebProductId": "8223d361-15c5-4cf2-8b30-16fa9208399c",
      "ParentWebProductId": "6715d016-5895-461b-be02-9020ddf01e1f"
    }
  ],
  "ProgramId": "8847b6ce-9777-434d-822c-6d7b21a6fea7"
}

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>6715d016-5895-461b-be02-9020ddf01e1f</ParentWebProductId>
      <WebProductId>8223d361-15c5-4cf2-8b30-16fa9208399c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>6715d016-5895-461b-be02-9020ddf01e1f</ParentWebProductId>
      <WebProductId>8223d361-15c5-4cf2-8b30-16fa9208399c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>8847b6ce-9777-434d-822c-6d7b21a6fea7</ProgramId>
</ExamProductSet>