GET objectTypes/getLinkedObjectTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ObjectTypes
NameDescriptionTypeAdditional information
ObjectType

integer

None.

ObjectTypeName

string

None.

Active

boolean

None.

TableName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ObjectType": 1,
    "ObjectTypeName": "sample string 2",
    "Active": true,
    "TableName": "sample string 4"
  },
  {
    "ObjectType": 1,
    "ObjectTypeName": "sample string 2",
    "Active": true,
    "TableName": "sample string 4"
  }
]

text/html

Sample:
[{"ObjectType":1,"ObjectTypeName":"sample string 2","Active":true,"TableName":"sample string 4"},{"ObjectType":1,"ObjectTypeName":"sample string 2","Active":true,"TableName":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfObjectTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">
  <ObjectTypes>
    <Active>true</Active>
    <ObjectType>1</ObjectType>
    <ObjectTypeName>sample string 2</ObjectTypeName>
    <TableName>sample string 4</TableName>
  </ObjectTypes>
  <ObjectTypes>
    <Active>true</Active>
    <ObjectType>1</ObjectType>
    <ObjectTypeName>sample string 2</ObjectTypeName>
    <TableName>sample string 4</TableName>
  </ObjectTypes>
</ArrayOfObjectTypes>