GET api/ydsets/GetAllEditorsParamDef?idcust={idcust}

All available special mapping for: Action-Parms-Input type-edit

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "6a075c1f-b55f-4b59-bcea-c36bfe61848c",
    "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": "6a075c1f-b55f-4b59-bcea-c36bfe61848c",
    "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"
      }
    ]
  }
]