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": "7ac3c8b1-e9bc-41f4-9083-dbe62de1458d",
      "ParentWebProductId": "4d388342-d115-49fb-bb11-71bf22479036"
    },
    {
      "WebProductId": "7ac3c8b1-e9bc-41f4-9083-dbe62de1458d",
      "ParentWebProductId": "4d388342-d115-49fb-bb11-71bf22479036"
    }
  ],
  "ProgramId": "20578ade-3387-4737-b5f3-74b14d34378d"
}

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>4d388342-d115-49fb-bb11-71bf22479036</ParentWebProductId>
      <WebProductId>7ac3c8b1-e9bc-41f4-9083-dbe62de1458d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>4d388342-d115-49fb-bb11-71bf22479036</ParentWebProductId>
      <WebProductId>7ac3c8b1-e9bc-41f4-9083-dbe62de1458d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>20578ade-3387-4737-b5f3-74b14d34378d</ProgramId>
</ExamProductSet>