GET api/v2/operationscreens/{operationScreenId}/GetFilterInterfaceView?IdsList={IdsList}&entity={entity}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operationScreenId | integer |
Required |
|
| IdsList | string |
Required |
|
| entity | string |
Required |
Response
Collection of OperationScreenFilterBasic2| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Order | integer |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"Identification": "sample string 2",
"Order": 3
},
{
"Id": 1,
"Identification": "sample string 2",
"Order": 3
}
]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Order":3},{"Id":1,"Identification":"sample string 2","Order":3}]