GET api/v2/operationscreens/GetOperationScreenUserProfile
Request
URI Parameters
Response
Collection of OperationScreenBasicName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Identification | string | ||
Active | boolean | ||
OperationScreenSearchPeriodBy | OperationScreenSearchPeriodByNew | ||
UnrestrictedAccessServiceCenter | boolean |
Response Format
application/json, text/json
Sample:
[ { "Id": 1, "Identification": "sample string 2", "Active": true, "OperationScreenSearchPeriodBy": { "Value": "sample string 1", "Display": "sample string 2" }, "UnrestrictedAccessServiceCenter": true }, { "Id": 1, "Identification": "sample string 2", "Active": true, "OperationScreenSearchPeriodBy": { "Value": "sample string 1", "Display": "sample string 2" }, "UnrestrictedAccessServiceCenter": true } ]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Active":true,"OperationScreenSearchPeriodBy":{"Value":"sample string 1","Display":"sample string 2"},"UnrestrictedAccessServiceCenter":true},{"Id":1,"Identification":"sample string 2","Active":true,"OperationScreenSearchPeriodBy":{"Value":"sample string 1","Display":"sample string 2"},"UnrestrictedAccessServiceCenter":true}]