Differences

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

Link to this comparison view

Next revision Both sides next 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 [2018/04/25 19:51]
support@geliossoft.ru
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)// 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>​