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": "53df3a5e-624c-407c-9ab7-2912f7d4fb22",
      "ParentWebProductId": "24ac28e6-687e-4e05-b312-5cd73b8d9ede"
    },
    {
      "WebProductId": "53df3a5e-624c-407c-9ab7-2912f7d4fb22",
      "ParentWebProductId": "24ac28e6-687e-4e05-b312-5cd73b8d9ede"
    }
  ],
  "ProgramId": "1ba4eb51-0efe-4895-a738-1d66f273e91d"
}

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>24ac28e6-687e-4e05-b312-5cd73b8d9ede</ParentWebProductId>
      <WebProductId>53df3a5e-624c-407c-9ab7-2912f7d4fb22</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>24ac28e6-687e-4e05-b312-5cd73b8d9ede</ParentWebProductId>
      <WebProductId>53df3a5e-624c-407c-9ab7-2912f7d4fb22</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1ba4eb51-0efe-4895-a738-1d66f273e91d</ProgramId>
</ExamProductSet>