GET EventGenerator/Graph
Получить график по изменения данных в сервисе
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| eventGeneratorId | 
                         Идентификатор поставщика событий  | 
                    integer | 
                                 Required  | 
                
| period | 
                         Период, за который надо получить данные  | 
                    UserLevelPeriodFilter | 
                                 Required  | 
                
| wmid | 
                         Wmid корреспондента  | 
                    string | 
                             None.  | 
                
Body Parameters
None.
Response Information
Resource Description
EventGeneratorGraphView| Name | 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
    }
  ]
}