GET api/InternalApp/GetOperators?getOPerator={getOPerator}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getOPerator | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Password | integer |
None. |
|
| Visible | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"password": 3,
"visible": true
},
{
"$ref": "1"
}
]