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": "ccb191ac-5f01-4aee-9be1-a338672b9a7c",
      "ParentWebProductId": "243f5ffb-8091-45ad-990f-42f9b9d8e4d2"
    },
    {
      "WebProductId": "ccb191ac-5f01-4aee-9be1-a338672b9a7c",
      "ParentWebProductId": "243f5ffb-8091-45ad-990f-42f9b9d8e4d2"
    }
  ],
  "ProgramId": "e84fe5a1-1588-41e2-bd40-50fb3b2e8e00"
}

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>243f5ffb-8091-45ad-990f-42f9b9d8e4d2</ParentWebProductId>
      <WebProductId>ccb191ac-5f01-4aee-9be1-a338672b9a7c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>243f5ffb-8091-45ad-990f-42f9b9d8e4d2</ParentWebProductId>
      <WebProductId>ccb191ac-5f01-4aee-9be1-a338672b9a7c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>e84fe5a1-1588-41e2-bd40-50fb3b2e8e00</ProgramId>
</ExamProductSet>