Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:d-sdk:4_units:5_count_units [2018/04/25 09:58]
info@geliossoft.ru created
en:d-sdk:4_units:5_count_units [2021/07/07 13:28] (current)
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing ​the translation.**\\ //(remove this paragraph once the translation is finished)//+======Number of Units ====== 
 +The request ​is intended to obtain number of units available to the user.
  
-====== Получение количества всех доступных объектов ====== +=== Request Example ​===
-Запрос предназначен для получения количества всех доступных объектов. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=count_units</​code>​ <code php>&​svc=count_units</​code>​
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат запроса ​==+== Result ​==
 <code php>{ <code php>{
-    "​count":​ 2 // Количество,​ доступных пользователю,​ объектов ​+    "​count":​ 2 // The number of units available to the user 
 }</​code>​ }</​code>​