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": "fb994ec0-38a8-4567-bb7d-2fc36d687eb6",
      "ParentWebProductId": "9dc1b675-f1cd-401c-9f8e-b0c4953915ae"
    },
    {
      "WebProductId": "fb994ec0-38a8-4567-bb7d-2fc36d687eb6",
      "ParentWebProductId": "9dc1b675-f1cd-401c-9f8e-b0c4953915ae"
    }
  ],
  "ProgramId": "3b724096-3efd-4a06-96c1-ede51a4d18bc"
}

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>9dc1b675-f1cd-401c-9f8e-b0c4953915ae</ParentWebProductId>
      <WebProductId>fb994ec0-38a8-4567-bb7d-2fc36d687eb6</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9dc1b675-f1cd-401c-9f8e-b0c4953915ae</ParentWebProductId>
      <WebProductId>fb994ec0-38a8-4567-bb7d-2fc36d687eb6</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>3b724096-3efd-4a06-96c1-ede51a4d18bc</ProgramId>
</ExamProductSet>