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": "0ddeaa67-7886-4f5f-8add-998c83f3f2da",
      "ParentWebProductId": "50a92d8a-5bf8-4198-a19d-255530ec3990"
    },
    {
      "WebProductId": "0ddeaa67-7886-4f5f-8add-998c83f3f2da",
      "ParentWebProductId": "50a92d8a-5bf8-4198-a19d-255530ec3990"
    }
  ],
  "ProgramId": "c91e6f41-e718-49c6-98e5-cc0fdc58ab8f"
}

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>50a92d8a-5bf8-4198-a19d-255530ec3990</ParentWebProductId>
      <WebProductId>0ddeaa67-7886-4f5f-8add-998c83f3f2da</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>50a92d8a-5bf8-4198-a19d-255530ec3990</ParentWebProductId>
      <WebProductId>0ddeaa67-7886-4f5f-8add-998c83f3f2da</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>c91e6f41-e718-49c6-98e5-cc0fdc58ab8f</ProgramId>
</ExamProductSet>