Перейти к основному содержанию
GET
/
v1
/
crm
/
integrations
/
geolocation
/
users
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/integrations/geolocation/users/
[
  {
    "id": 123,
    "name": "<string>",
    "email": "jsmith@example.com",
    "phone": "<string>",
    "readonly": true,
    "administrator": true,
    "map": "<string>",
    "latitude": 123,
    "longitude": 123,
    "zoom": -1,
    "coordinateformat": "<string>",
    "disabled": true,
    "expirationtime": "2023-11-07T05:31:56Z",
    "devicelimit": -1,
    "userlimit": -1,
    "devicereadonly": true,
    "limitcommands": true,
    "fixedemail": true,
    "poilayer": "<string>",
    "attributes": "<string>"
  }
]

Ответ

200 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 128
email
string<email>
обязательно
Maximum string length: 128
phone
string | null
Maximum string length: 128
readonly
boolean
administrator
boolean | null
map
string | null
Maximum string length: 128
latitude
number<double>
longitude
number<double>
zoom
integer
Требуемый диапазон: -2147483648 <= x <= 2147483647
coordinateformat
string | null
Maximum string length: 128
disabled
boolean | null
expirationtime
string<date-time> | null
devicelimit
integer | null
Требуемый диапазон: -2147483648 <= x <= 2147483647
userlimit
integer | null
Требуемый диапазон: -2147483648 <= x <= 2147483647
devicereadonly
boolean | null
limitcommands
boolean | null
fixedemail
boolean | null
poilayer
string | null
Maximum string length: 512
attributes
string | null
Maximum string length: 4000