GET api/v2/operationscreens/{operationScreenId}/GetFilter?entity={entity}&filter={filter}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
operationScreenId | integer |
Required |
|
entity | string |
Required |
|
filter | string |
Required |
Response
Collection of OperationScreenFilterBasic2Name | 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}]