Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of data types.

Collection of DataType
NameDescriptionTypeAdditional information
id

Gets or sets the data type identifier.

integer

None.

description

Gets or sets the description.

string

None.

type

Gets or sets the type.

string

None.

displayType

Gets or sets the display type.

string

None.

isActive

Gets or sets a value indicating whether data type is active.

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "1",
    "description": "sample String 2",
    "type": "sample String 3",
    "displayType": "sample String 4",
    "isActive": true
  },
  {
    "id": "1",
    "description": "sample String 2",
    "type": "sample String 3",
    "displayType": "sample String 4",
    "isActive": true
  }
]

text/html

Sample:
[{"id":"1","description":"sample String 2","type":"sample String 3","displayType":"sample String 4","isActive":true},{"id":"1","description":"sample String 2","type":"sample String 3","displayType":"sample String 4","isActive":true}]

application/xml, text/xml

Sample:
<ArrayOfDataType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DataType>
    <DataTypeId>1</DataTypeId>
    <Description>sample String 2</Description>
    <Type>sample String 3</Type>
    <DisplayType>sample String 4</DisplayType>
    <IsActive>true</IsActive>
  </DataType>
  <DataType>
    <DataTypeId>1</DataTypeId>
    <Description>sample String 2</Description>
    <Type>sample String 3</Type>
    <DisplayType>sample String 4</DisplayType>
    <IsActive>true</IsActive>
  </DataType>
</ArrayOfDataType>

application/vnd.api+json

Sample:

Sample not available.