GET api/InternalApp/GetOperators?getOPerator={getOPerator}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
getOPerator

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Operator
NameDescriptionTypeAdditional 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"
  }
]