Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:api_def [2017/03/07 14:05]
admin [Queue]
en:api_def [2017/03/07 16:09] (current)
admin [Alarms]
Line 129: Line 129:
 </​code>​ </​code>​
  
-The "​response"​ object contains the "​responseType"​ field that specify if the content is complete (full) or partial. In case of "​partial"​ response, only the first 50 alarms will be fully provided; for the remaining alarms will be provided only the **eventId** field and the client have to call other **alarmGet** or **alarmMultiget** requests to obtain complete information. ​+The "​response"​ object contains the "​responseType"​ field that specify if the content is complete (full) or partial. In case of "​partial"​ response, only the first API_ALARM_MULTIGET_MAXEVENT ​alarms will be fully provided ​(if API_ALARM_MULTIGET_MAXEVENT is equal to 0 all messages will be provided in a single response); for the remaining alarms will be provided only the **eventId** field and the client have to call other **alarmGet** or **alarmMultiget** requests to obtain complete information. ​
 The format for each event elements, is the same as that contained in the [[#​alarmGet|alarmGet]] command. The format for each event elements, is the same as that contained in the [[#​alarmGet|alarmGet]] command.
  
Line 230: Line 230:
 </​code>​ </​code>​
  
-The "​response"​ object contains the "​responseType"​ field that specify if the content is complete (full) or partial. In case of "​partial"​ response, only the first 50 alarms will be fully provided; for the remaining alarms will be provided only the **eventId** field and the client have to call other **alarmGet** or **alarmMultiget** requests to obtain complete information. ​+The "​response"​ object contains the "​responseType"​ field that specify if the content is complete (full) or partial. In case of "​partial"​ response, only the first API_ALARM_MULTIGET_MAXEVENT ​alarms will be fully provided ​(if API_ALARM_MULTIGET_MAXEVENT is equal to 0 all messages will be provided in a single response); for the remaining alarms will be provided only the **eventId** field and the client have to call other **alarmGet** or **alarmMultiget** requests to obtain complete information. ​
 The format for each event elements, is the same as that contained in the [[#​alarmGet|alarmGet]] command. The format for each event elements, is the same as that contained in the [[#​alarmGet|alarmGet]] command.