feat(api, dal): поиск групп работ, работ, теперь по маске. Статистика по шаблонам по StatusType. Добавлены индексы в Template, RobotConfiguration
This commit is contained in:
@@ -235,6 +235,11 @@
|
||||
public const string GetForPeriod = BaseStat + "/templates/period";
|
||||
}
|
||||
|
||||
public static class StatStatusTypeTemplates
|
||||
{
|
||||
public const string Get = BaseStat + "/status-type-templates/";
|
||||
}
|
||||
|
||||
public static class StatTemplateAutoControl
|
||||
{
|
||||
public const string GetForPeriod = BaseStat + "/template-auto-controls/";
|
||||
|
||||
Reference in New Issue
Block a user