POST api/ydsets/GetMetaData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
api-version

The requested API version

string

Default value is 1.0

Body Parameters

TWMetaDt
NameDescriptionTypeAdditional information
ID

integer

None.

IDCust

integer

None.

IDUsr

string

Required

Max length: 128

String length: inclusive between 0 and 128

PubName

Public name

string

Max length: 50

String length: inclusive between 0 and 50

EntityIDent

MetaData relation to the specific entity or Custom

enTablesLink

Required

CustomEntityIdent

Usable only when EntityIDent=LCustom

string

Max length: 20

String length: inclusive between 0 and 20

DataRowID

Relation to DataRow againts Entity

string

Max length: 50

String length: inclusive between 0 and 50

PropName

PropertyName,ColumnName,ValName...

string

Required

Max length: 20

String length: inclusive between 0 and 20

ValType

Nature of data expcted in Value (string,xml,json...)

string

Max length: 20

String length: inclusive between 0 and 20

Value

string

Data type: MultilineText

DatCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "IDCust": 1,
  "IDUsr": "sample string 2",
  "PubName": "sample string 3",
  "EntityIDent": 0,
  "CustomEntityIdent": "sample string 4",
  "DataRowID": "sample string 5",
  "PropName": "sample string 6",
  "ValType": "sample string 7",
  "Value": "sample string 8",
  "DatCreated": "2024-05-08T06:14:36.0645527+02:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of TWMetaDt
NameDescriptionTypeAdditional information
ID

integer

None.

IDCust

integer

None.

IDUsr

string

Required

Max length: 128

String length: inclusive between 0 and 128

PubName

Public name

string

Max length: 50

String length: inclusive between 0 and 50

EntityIDent

MetaData relation to the specific entity or Custom

enTablesLink

Required

CustomEntityIdent

Usable only when EntityIDent=LCustom

string

Max length: 20

String length: inclusive between 0 and 20

DataRowID

Relation to DataRow againts Entity

string

Max length: 50

String length: inclusive between 0 and 50

PropName

PropertyName,ColumnName,ValName...

string

Required

Max length: 20

String length: inclusive between 0 and 20

ValType

Nature of data expcted in Value (string,xml,json...)

string

Max length: 20

String length: inclusive between 0 and 20

Value

string

Data type: MultilineText

DatCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "IDCust": 1,
    "IDUsr": "sample string 2",
    "PubName": "sample string 3",
    "EntityIDent": 0,
    "CustomEntityIdent": "sample string 4",
    "DataRowID": "sample string 5",
    "PropName": "sample string 6",
    "ValType": "sample string 7",
    "Value": "sample string 8",
    "DatCreated": "2024-05-08T06:14:36.0645527+02:00"
  },
  {
    "ID": 1,
    "IDCust": 1,
    "IDUsr": "sample string 2",
    "PubName": "sample string 3",
    "EntityIDent": 0,
    "CustomEntityIdent": "sample string 4",
    "DataRowID": "sample string 5",
    "PropName": "sample string 6",
    "ValType": "sample string 7",
    "Value": "sample string 8",
    "DatCreated": "2024-05-08T06:14:36.0645527+02:00"
  }
]