| All Verbs | /GetNamedSearchConfigFieldForDD1149/{UserID}/{WorkflowID} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | path | string | No | |
| WorkflowID | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SearchFieldCollection | body | List<SearchField> | No | |
| AssetCategory | body | List<Dictionary> | No | |
| IsLocked | body | bool | No | |
| AtchtSearchReturnExactMatch | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ID | body | int | No | |
| Name | body | string | No | |
| Display | body | string | No | |
| Type | body | short | No | |
| DefaultValue | body | string | No | |
| DefaultValueText | body | string | No | |
| FieldDataSource | body | List<Dictionary> | No | |
| UseMultiSelect | body | bool | No | |
| FormName | body | string | No | |
| IsSearchAsTextbox | body | bool | No | |
| valuelistType | body | short | No | |
| Operator | body | string | No | |
| PrecisionFormat | body | int | 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/GetNamedSearchConfigFieldForDD1149 HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/csv
Content-Length: length
{"UserID":"String","WorkflowID":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"SearchFieldCollection":[{"ID":0,"Name":"String","Display":"String","Type":0,"DefaultValue":"String","DefaultValueText":"String","FieldDataSource":[{"String":{}}],"UseMultiSelect":false,"FormName":"String","IsSearchAsTextbox":false,"valuelistType":0,"Operator":"String","PrecisionFormat":0}],"AssetCategory":[{"String":{}}],"IsLocked":false,"AtchtSearchReturnExactMatch":false}