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": "78735ae5-34bc-4b2b-9beb-a2ba8725d44f",
      "ParentWebProductId": "e4e3c76c-2adf-4e28-978c-c40a5744fd94"
    },
    {
      "WebProductId": "78735ae5-34bc-4b2b-9beb-a2ba8725d44f",
      "ParentWebProductId": "e4e3c76c-2adf-4e28-978c-c40a5744fd94"
    }
  ],
  "ProgramId": "fa048fef-17a6-48cf-8d6d-e0a58a5a9424"
}

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>e4e3c76c-2adf-4e28-978c-c40a5744fd94</ParentWebProductId>
      <WebProductId>78735ae5-34bc-4b2b-9beb-a2ba8725d44f</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>e4e3c76c-2adf-4e28-978c-c40a5744fd94</ParentWebProductId>
      <WebProductId>78735ae5-34bc-4b2b-9beb-a2ba8725d44f</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>fa048fef-17a6-48cf-8d6d-e0a58a5a9424</ProgramId>
</ExamProductSet>