| All Verbs | /GetAllWorkOrderLinkagesData |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| TransactionTableName | query | string | No | |
| TransactionTableID | query | string | No | |
| WorkflowID | query | string | No | |
| WorkOrderID | query | string | No | |
| FieldID | query | int | No | |
| LinkageID | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | body | List<Dictionary> | No | |
| ColumnCollection | body | List<Column> | No | |
| OperationName | body | string | No | |
| IsCancelledOrCompleted | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| field | body | string | No | |
| command | body | string | No | |
| selectable | body | bool | No | |
| title | body | string | No | |
| template | body | string | No | |
| format | body | string | No | |
| decimals | body | int | No | |
| headerTemplate | body | string | No | |
| locked | body | bool | No | |
| lockable | body | bool | No | |
| sortable | body | bool | No | |
| IsInlineEditWF | body | bool | No | |
| filterable | body | bool | No | |
| valueList | body | bool | No | |
| UseMultiSelect | body | bool | No | |
| Disable | body | bool | No | |
| Required | body | bool | No | |
| editor | body | string | No | |
| type | body | string | No | |
| TableType | body | string | No | |
| width | body | int | No | |
| FieldDataSource | body | List<Dictionary> | No | |
| expandable | body | bool | No | |
| FieldId | body | int | No | |
| ValueListType | body | int | No | |
| IsEditable | body | bool | No | |
| AssetMappedFieldID | body | int | No | |
| IsMaxLength | body | bool | No | |
| MaxLengthCount | body | int | No | |
| TextLength | body | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetAllWorkOrderLinkagesData HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/json
Content-Length: length
{"UserID":"String","TransactionTableName":"String","TransactionTableID":"String","WorkflowID":"String","WorkOrderID":"String","FieldID":0,"LinkageID":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Data":[{"String":{}}],"ColumnCollection":[{"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}],"OperationName":"String","IsCancelledOrCompleted":false}