GET api/Descriptor/Filtered

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PrimaryM
NameDescriptionTypeAdditional information
IndexNo

string

None.

TitleList

Collection of PrimaryTitle

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IndexNo": "sample string 1",
    "TitleList": [
      {
        "IndexNo": "sample string 1",
        "Title": "sample string 2",
        "BaseList": null
      },
      {
        "IndexNo": "sample string 1",
        "Title": "sample string 2",
        "BaseList": null
      }
    ]
  },
  {
    "IndexNo": "sample string 1",
    "TitleList": [
      {
        "IndexNo": "sample string 1",
        "Title": "sample string 2",
        "BaseList": null
      },
      {
        "IndexNo": "sample string 1",
        "Title": "sample string 2",
        "BaseList": null
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfPrimaryM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication5.Models">
  <PrimaryM>
    <IndexNo>sample string 1</IndexNo>
    <TitleList>
      <PrimaryTitle>
        <BaseList i:nil="true" />
        <IndexNo>sample string 1</IndexNo>
        <Title>sample string 2</Title>
      </PrimaryTitle>
      <PrimaryTitle>
        <BaseList i:nil="true" />
        <IndexNo>sample string 1</IndexNo>
        <Title>sample string 2</Title>
      </PrimaryTitle>
    </TitleList>
  </PrimaryM>
  <PrimaryM>
    <IndexNo>sample string 1</IndexNo>
    <TitleList>
      <PrimaryTitle>
        <BaseList i:nil="true" />
        <IndexNo>sample string 1</IndexNo>
        <Title>sample string 2</Title>
      </PrimaryTitle>
      <PrimaryTitle>
        <BaseList i:nil="true" />
        <IndexNo>sample string 1</IndexNo>
        <Title>sample string 2</Title>
      </PrimaryTitle>
    </TitleList>
  </PrimaryM>
</ArrayOfPrimaryM>