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": "6d4ccaaf-a34c-4c9f-9e0c-e253ea261960",
      "ParentWebProductId": "a2fe2943-bcc8-4b5e-88ff-5af43c917af8"
    },
    {
      "WebProductId": "6d4ccaaf-a34c-4c9f-9e0c-e253ea261960",
      "ParentWebProductId": "a2fe2943-bcc8-4b5e-88ff-5af43c917af8"
    }
  ],
  "ProgramId": "80fae7f5-c1c2-4a9c-b4ce-1f515155ad19"
}

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>a2fe2943-bcc8-4b5e-88ff-5af43c917af8</ParentWebProductId>
      <WebProductId>6d4ccaaf-a34c-4c9f-9e0c-e253ea261960</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a2fe2943-bcc8-4b5e-88ff-5af43c917af8</ParentWebProductId>
      <WebProductId>6d4ccaaf-a34c-4c9f-9e0c-e253ea261960</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>80fae7f5-c1c2-4a9c-b4ce-1f515155ad19</ProgramId>
</ExamProductSet>