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 InputEditor| Name | 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": "3dd84b80-58e9-400e-b018-c3f36034f048",
"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": "3dd84b80-58e9-400e-b018-c3f36034f048",
"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"
}
]
}
]