feat(api): Контроллер управления историей робота. Контролпер по получению списка уровней истории робота

This commit is contained in:
Mikhail Trubnikov
2023-10-04 15:22:06 +10:00
parent 3e67c96ed1
commit f435f80636
10 changed files with 258 additions and 29 deletions

View File

@@ -71,6 +71,12 @@
public const string templateId = "{templateId}";
}
public static class RobotTemplateHistory
{
public const string GetAll = Base + "/robot-template-histories/";
public const string Create = Base + "/robot-template-histories/";
}
public static class StatusTemplate
{
public const string GetAll = Base + "/template-statuses/";
@@ -86,6 +92,12 @@
public const string GetAll = Base + "/hosts/";
}
public static class RobotHistoryLevel
{
public const string GetAll = Base + "/robot-history-levels/";
}
//public static class Layer
//{
// public const string GetAll = Base + "/layers/";