GET lookups/forms/semantic

Request Information

Authorize

Anonymous

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LookupGroupExt
NameDescriptionTypeAdditional information
Children

Collection of LookupItemExt

None.

Ext1ID

integer

None.

Ext2ID

integer

None.

Ext3ID

integer

None.

Ext1

string

None.

Ext2

string

None.

Ext3

string

None.

ID

integer

None.

Text

string

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "children": [
      {
        "ext1ID": 1,
        "ext2ID": 2,
        "ext3ID": 3,
        "ext1": "sample string 4",
        "ext2": "sample string 5",
        "ext3": "sample string 6",
        "id": 7,
        "text": "sample string 8",
        "type": "sample string 9"
      },
      {
        "ext1ID": 1,
        "ext2ID": 2,
        "ext3ID": 3,
        "ext1": "sample string 4",
        "ext2": "sample string 5",
        "ext3": "sample string 6",
        "id": 7,
        "text": "sample string 8",
        "type": "sample string 9"
      }
    ],
    "ext1ID": 1,
    "ext2ID": 2,
    "ext3ID": 3,
    "ext1": "sample string 4",
    "ext2": "sample string 5",
    "ext3": "sample string 6",
    "id": 7,
    "text": "sample string 8",
    "type": "sample string 9"
  },
  {
    "children": [
      {
        "ext1ID": 1,
        "ext2ID": 2,
        "ext3ID": 3,
        "ext1": "sample string 4",
        "ext2": "sample string 5",
        "ext3": "sample string 6",
        "id": 7,
        "text": "sample string 8",
        "type": "sample string 9"
      },
      {
        "ext1ID": 1,
        "ext2ID": 2,
        "ext3ID": 3,
        "ext1": "sample string 4",
        "ext2": "sample string 5",
        "ext3": "sample string 6",
        "id": 7,
        "text": "sample string 8",
        "type": "sample string 9"
      }
    ],
    "ext1ID": 1,
    "ext2ID": 2,
    "ext3ID": 3,
    "ext1": "sample string 4",
    "ext2": "sample string 5",
    "ext3": "sample string 6",
    "id": 7,
    "text": "sample string 8",
    "type": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLookupGroupExt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Corpora.Web.API.Models">
  <LookupGroupExt>
    <Text>sample string 8</Text>
    <Type>sample string 9</Type>
    <ID>7</ID>
    <Ext1>sample string 4</Ext1>
    <Ext1ID>1</Ext1ID>
    <Ext2>sample string 5</Ext2>
    <Ext2ID>2</Ext2ID>
    <Ext3>sample string 6</Ext3>
    <Ext3ID>3</Ext3ID>
    <Children>
      <LookupItemExt>
        <Text>sample string 8</Text>
        <Type>sample string 9</Type>
        <ID>7</ID>
        <Ext1>sample string 4</Ext1>
        <Ext1ID>1</Ext1ID>
        <Ext2>sample string 5</Ext2>
        <Ext2ID>2</Ext2ID>
        <Ext3>sample string 6</Ext3>
        <Ext3ID>3</Ext3ID>
      </LookupItemExt>
      <LookupItemExt>
        <Text>sample string 8</Text>
        <Type>sample string 9</Type>
        <ID>7</ID>
        <Ext1>sample string 4</Ext1>
        <Ext1ID>1</Ext1ID>
        <Ext2>sample string 5</Ext2>
        <Ext2ID>2</Ext2ID>
        <Ext3>sample string 6</Ext3>
        <Ext3ID>3</Ext3ID>
      </LookupItemExt>
    </Children>
  </LookupGroupExt>
  <LookupGroupExt>
    <Text>sample string 8</Text>
    <Type>sample string 9</Type>
    <ID>7</ID>
    <Ext1>sample string 4</Ext1>
    <Ext1ID>1</Ext1ID>
    <Ext2>sample string 5</Ext2>
    <Ext2ID>2</Ext2ID>
    <Ext3>sample string 6</Ext3>
    <Ext3ID>3</Ext3ID>
    <Children>
      <LookupItemExt>
        <Text>sample string 8</Text>
        <Type>sample string 9</Type>
        <ID>7</ID>
        <Ext1>sample string 4</Ext1>
        <Ext1ID>1</Ext1ID>
        <Ext2>sample string 5</Ext2>
        <Ext2ID>2</Ext2ID>
        <Ext3>sample string 6</Ext3>
        <Ext3ID>3</Ext3ID>
      </LookupItemExt>
      <LookupItemExt>
        <Text>sample string 8</Text>
        <Type>sample string 9</Type>
        <ID>7</ID>
        <Ext1>sample string 4</Ext1>
        <Ext1ID>1</Ext1ID>
        <Ext2>sample string 5</Ext2>
        <Ext2ID>2</Ext2ID>
        <Ext3>sample string 6</Ext3>
        <Ext3ID>3</Ext3ID>
      </LookupItemExt>
    </Children>
  </LookupGroupExt>
</ArrayOfLookupGroupExt>