feat(api): статистика по нагрузке РР. Добавлены запросы для получения статистики по списку ИД объектов
This commit is contained in:
@@ -254,16 +254,19 @@
|
||||
public static class StatResponseAreaWorkLoad
|
||||
{
|
||||
public const string GetAll = BaseStat + "/response-area-workloads/";
|
||||
public const string GetByResponseAreas = BaseStat + "/response-area-workloads/";
|
||||
}
|
||||
|
||||
public static class StatWorkGroupWorkLoad
|
||||
{
|
||||
public const string Get = BaseStat + "/work-group-workloads/{responseAreaCode}";
|
||||
public const string GetByWorkGroups= BaseStat + "/work-group-workloads/";
|
||||
}
|
||||
|
||||
public static class StatWorkWorkLoad
|
||||
{
|
||||
public const string Get = BaseStat + "/work-workloads/{workGroupId}";
|
||||
public const string GetByApplicationInWork = BaseStat + "/work-workloads/";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user