GET api/v2/operationscreens/{operationScreenId}/GetFirstFilter?entity={entity}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operationScreenId | integer |
Required |
|
| entity | string |
Required |
Response
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
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Order":3}