POST api/ydsets/GetMetaData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
TWMetaDtName | Description | Type | Additional 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
{ "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-12-17T21:50:18.5730641+01:00" }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of TWMetaDtName | Description | Type | Additional 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
[ { "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-12-17T21:50:18.6043089+01: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-12-17T21:50:18.6043089+01:00" } ]