GET api/v2/UserProfileOperationScreens/GetByUserProfileId/{userProfileId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userProfileId | integer |
Required |
Response
Collection of UserProfileOperationScreenBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| OperationScreenId | integer | ||
| UserProfileId | integer | ||
| ToView | boolean | ||
| OperationScreen | OperationScreenBasic |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"OperationScreenId": 2,
"UserProfileId": 3,
"ToView": true,
"OperationScreen": {
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"OperationScreenSearchPeriodBy": {
"Value": "sample string 1",
"Display": "sample string 2"
},
"UnrestrictedAccessServiceCenter": true
}
},
{
"Id": 1,
"OperationScreenId": 2,
"UserProfileId": 3,
"ToView": true,
"OperationScreen": {
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"OperationScreenSearchPeriodBy": {
"Value": "sample string 1",
"Display": "sample string 2"
},
"UnrestrictedAccessServiceCenter": true
}
}
]
text/html
Sample:
[{"Id":1,"OperationScreenId":2,"UserProfileId":3,"ToView":true,"OperationScreen":{"Id":1,"Identification":"sample string 2","Active":true,"OperationScreenSearchPeriodBy":{"Value":"sample string 1","Display":"sample string 2"},"UnrestrictedAccessServiceCenter":true}},{"Id":1,"OperationScreenId":2,"UserProfileId":3,"ToView":true,"OperationScreen":{"Id":1,"Identification":"sample string 2","Active":true,"OperationScreenSearchPeriodBy":{"Value":"sample string 1","Display":"sample string 2"},"UnrestrictedAccessServiceCenter":true}}]