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": "52bcc2ec-9cdd-4f0b-8400-e4a37d4e3d9d",
      "ParentWebProductId": "5a0ec058-2911-447d-bacf-10ec094ad92e"
    },
    {
      "WebProductId": "52bcc2ec-9cdd-4f0b-8400-e4a37d4e3d9d",
      "ParentWebProductId": "5a0ec058-2911-447d-bacf-10ec094ad92e"
    }
  ],
  "ProgramId": "a093304f-2d96-4231-87e6-f18fa97520b1"
}

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>5a0ec058-2911-447d-bacf-10ec094ad92e</ParentWebProductId>
      <WebProductId>52bcc2ec-9cdd-4f0b-8400-e4a37d4e3d9d</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5a0ec058-2911-447d-bacf-10ec094ad92e</ParentWebProductId>
      <WebProductId>52bcc2ec-9cdd-4f0b-8400-e4a37d4e3d9d</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>a093304f-2d96-4231-87e6-f18fa97520b1</ProgramId>
</ExamProductSet>