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": "d9bc1933-4f51-411c-905a-8231ad6bf884",
      "ParentWebProductId": "cd1ea164-4c03-4efd-9bec-1001f3101261"
    },
    {
      "WebProductId": "d9bc1933-4f51-411c-905a-8231ad6bf884",
      "ParentWebProductId": "cd1ea164-4c03-4efd-9bec-1001f3101261"
    }
  ],
  "ProgramId": "9d7581ee-4642-4959-b732-a29b3a53e606"
}

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>cd1ea164-4c03-4efd-9bec-1001f3101261</ParentWebProductId>
      <WebProductId>d9bc1933-4f51-411c-905a-8231ad6bf884</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>cd1ea164-4c03-4efd-9bec-1001f3101261</ParentWebProductId>
      <WebProductId>d9bc1933-4f51-411c-905a-8231ad6bf884</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>9d7581ee-4642-4959-b732-a29b3a53e606</ProgramId>
</ExamProductSet>