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": "b4349349-6b0f-4e56-b750-4e869562c619",
      "ParentWebProductId": "7f497e44-6eac-46fa-809a-97c9d30eccfc"
    },
    {
      "WebProductId": "b4349349-6b0f-4e56-b750-4e869562c619",
      "ParentWebProductId": "7f497e44-6eac-46fa-809a-97c9d30eccfc"
    }
  ],
  "ProgramId": "c6291eeb-69e6-40c9-8812-9f3f16374a3f"
}

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>7f497e44-6eac-46fa-809a-97c9d30eccfc</ParentWebProductId>
      <WebProductId>b4349349-6b0f-4e56-b750-4e869562c619</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>7f497e44-6eac-46fa-809a-97c9d30eccfc</ParentWebProductId>
      <WebProductId>b4349349-6b0f-4e56-b750-4e869562c619</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>c6291eeb-69e6-40c9-8812-9f3f16374a3f</ProgramId>
</ExamProductSet>