| All Verbs | /GetMappingTableFieldData |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| TableID | query | int | No | |
| FilterResult | query | string | No | |
| MappingTableName | query | string | No | |
| AssetID | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AssetID | body | int | No | |
| FieldCollection | body | List<workflowField> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | body | int | No | |
| Name | body | string | No | |
| Display | body | string | No | |
| Value | body | Object | No | |
| Text | body | string | No | |
| Type | body | short | No | |
| valuelistType | body | short | No | |
| FieldDataSource | body | List<Dictionary> | No | |
| HolidingFieldName | body | string | No | |
| HolidingFieldEdit | body | string | No | |
| FieldValueQuery | body | string | No | |
| MappingTable | body | string | No | |
| ReadOnly | body | string | No | |
| MappingPKField | body | string | No | |
| MappingTableDisplayReadOnly | body | bool | No | |
| IsEditForm | body | bool | No | |
| MappingFieldValidation | body | List<Dictionary> | No | |
| MappingField | body | List<Column> | No | |
| Mandatory | body | string | No | |
| BulkUpdateField | body | bool | No | |
| MaxLength | body | int | No | |
| ValueList | body | bool | No | |
| hidden | body | string | No | |
| RealName | body | string | No | |
| AssetMappedFDID | body | int | No | |
| Disable | body | string | No | |
| Required | body | string | No | |
| UseMultiSelect | body | byte | No | |
| IsMask | body | bool | No | |
| DisplayMask | body | string | No | |
| MaskStart | body | int | No | |
| MaskEnd | body | int | No | |
| Format | body | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/GetMappingTableFieldData HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/csv
Content-Length: length
{"UserID":"String","TableID":0,"FilterResult":"String","MappingTableName":"String","AssetID":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"AssetID":0,"FieldCollection":[{"ID":0,"Name":"String","Display":"String","Value":{},"Text":"String","Type":0,"valuelistType":0,"FieldDataSource":[{"String":{}}],"HolidingFieldName":"String","HolidingFieldEdit":"String","FieldValueQuery":"String","MappingTable":"String","ReadOnly":"String","MappingPKField":"String","MappingTableDisplayReadOnly":false,"IsEditForm":false,"MappingFieldValidation":[{"String":{}}],"MappingField":[{"field":"String","command":"String","selectable":false,"title":"String","template":"String","format":"String","decimals":0,"headerTemplate":"String","locked":false,"lockable":false,"sortable":false,"IsInlineEditWF":false,"filterable":false,"valueList":false,"UseMultiSelect":false,"Disable":false,"Required":false,"editor":"String","type":"String","TableType":"String","width":200,"FieldDataSource":[{"String":{}}],"expandable":false,"FieldId":0,"ValueListType":0,"IsEditable":false,"AssetMappedFieldID":0,"IsMaxLength":false,"MaxLengthCount":0,"TextLength":0}],"Mandatory":"String","BulkUpdateField":false,"MaxLength":0,"ValueList":false,"hidden":"String","RealName":"String","AssetMappedFDID":0,"Disable":"String","Required":"String","UseMultiSelect":0,"IsMask":false,"DisplayMask":"String","MaskStart":0,"MaskEnd":0,"Format":"String"}]}