GET EventGenerator/GraphCheck
Проверка на обновление
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wmid |
Wmid корреспондента |
string |
Required |
eventGeneratorId |
Идентификатор поставщика событий |
integer |
Required |
period |
Период, за который надо получить данные |
UserLevelPeriodFilter |
Required |
Body Parameters
None.
Response Information
Resource Description
EventGeneratorGraphViewName | Description | Type | Additional information |
---|---|---|---|
nickName | string |
None. |
|
wmid | string |
None. |
|
updating | boolean |
None. |
|
data | Collection of EventGeneratorGraphItemView |
None. |
Response Formats
application/json, text/json
Sample:
{ "nickName": "sample string 1", "wmid": "sample string 2", "updating": true, "data": [ { "timeStamp": 1, "value": 2.0 }, { "timeStamp": 1, "value": 2.0 } ] }