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": "edde39ae-4353-4323-99c8-a2a486e8ef01",
      "ParentWebProductId": "63d525c8-e9c5-40a7-8ef2-901924742f8a"
    },
    {
      "WebProductId": "edde39ae-4353-4323-99c8-a2a486e8ef01",
      "ParentWebProductId": "63d525c8-e9c5-40a7-8ef2-901924742f8a"
    }
  ],
  "ProgramId": "f10a6a4d-f700-46c8-a0c3-dc944828a8a4"
}

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>63d525c8-e9c5-40a7-8ef2-901924742f8a</ParentWebProductId>
      <WebProductId>edde39ae-4353-4323-99c8-a2a486e8ef01</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>63d525c8-e9c5-40a7-8ef2-901924742f8a</ParentWebProductId>
      <WebProductId>edde39ae-4353-4323-99c8-a2a486e8ef01</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f10a6a4d-f700-46c8-a0c3-dc944828a8a4</ProgramId>
</ExamProductSet>