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": "c19319d6-30ea-4c98-88b2-c18e07bc7b24",
      "ParentWebProductId": "9a0116e4-5cd4-4c15-973e-13b4cfd0bb01"
    },
    {
      "WebProductId": "c19319d6-30ea-4c98-88b2-c18e07bc7b24",
      "ParentWebProductId": "9a0116e4-5cd4-4c15-973e-13b4cfd0bb01"
    }
  ],
  "ProgramId": "070c22f2-e115-40de-b49f-9bb42b79a11c"
}

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>9a0116e4-5cd4-4c15-973e-13b4cfd0bb01</ParentWebProductId>
      <WebProductId>c19319d6-30ea-4c98-88b2-c18e07bc7b24</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9a0116e4-5cd4-4c15-973e-13b4cfd0bb01</ParentWebProductId>
      <WebProductId>c19319d6-30ea-4c98-88b2-c18e07bc7b24</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>070c22f2-e115-40de-b49f-9bb42b79a11c</ProgramId>
</ExamProductSet>