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": "b9414152-9ff7-4287-b169-911e3e7d2aae",
      "ParentWebProductId": "255d84bc-8a4a-4c8f-9d6b-3caed42973e4"
    },
    {
      "WebProductId": "b9414152-9ff7-4287-b169-911e3e7d2aae",
      "ParentWebProductId": "255d84bc-8a4a-4c8f-9d6b-3caed42973e4"
    }
  ],
  "ProgramId": "23d7e560-77a9-4b9a-8822-9ef7a9d1ce82"
}

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>255d84bc-8a4a-4c8f-9d6b-3caed42973e4</ParentWebProductId>
      <WebProductId>b9414152-9ff7-4287-b169-911e3e7d2aae</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>255d84bc-8a4a-4c8f-9d6b-3caed42973e4</ParentWebProductId>
      <WebProductId>b9414152-9ff7-4287-b169-911e3e7d2aae</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>23d7e560-77a9-4b9a-8822-9ef7a9d1ce82</ProgramId>
</ExamProductSet>