GET api/ydsets/GetAllEditorsParamDef?idcust={idcust}
All available special mapping for: Action-Parms-Input type-edit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
Collection of InputEditorName | Description | Type | Additional information |
---|---|---|---|
GID | globally unique identifier |
None. |
|
editor | enEditType |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
DataTypes | Collection of enDataType |
None. |
|
Mapping | Collection of DColsAv2 |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GID": "d4a5adcd-b5c4-4e21-af48-55d9a0d70099", "editor": 0, "Name": "sample string 2", "Description": "sample string 3", "DataTypes": [ 0, 0 ], "Mapping": [ { "DataType": 0, "PubName": "sample string 1", "SysName": "sample string 2" }, { "DataType": 0, "PubName": "sample string 1", "SysName": "sample string 2" } ] }, { "GID": "d4a5adcd-b5c4-4e21-af48-55d9a0d70099", "editor": 0, "Name": "sample string 2", "Description": "sample string 3", "DataTypes": [ 0, 0 ], "Mapping": [ { "DataType": 0, "PubName": "sample string 1", "SysName": "sample string 2" }, { "DataType": 0, "PubName": "sample string 1", "SysName": "sample string 2" } ] } ]