GET api/CRUD/TWDColGet?idsrc={idsrc}

*OData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idsrc

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TWDCol
NameDescriptionTypeAdditional information
ID

integer

None.

IDSrc

integer

None.

SysName

string

Required

String length: inclusive between 0 and 50

PubName

string

String length: inclusive between 0 and 100

Proto

string

String length: inclusive between 0 and 128

isUnique

boolean

None.

isHidden

boolean

None.

DType

enDataType

None.

CmpDef

string

Data type: MultilineText

String length: inclusive between 0 and 4000

DataFormatString

string

String length: inclusive between 0 and 40

ColWidth

string

String length: inclusive between 0 and 60

xDef

is type of: "Dictionary(string,string)"

string

Data type: MultilineText

TWDSrc

TWDSrc

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ID": 1,
    "IDSrc": 2,
    "SysName": "sample string 3",
    "PubName": "sample string 4",
    "Proto": "sample string 5",
    "isUnique": true,
    "isHidden": true,
    "DType": 0,
    "CmpDef": "sample string 8",
    "DataFormatString": "sample string 9",
    "ColWidth": "sample string 10",
    "xDef": "sample string 11",
    "TWDSrc": null
  }
]