Описание настроек отчетов

Запрос для получения настроек:

https://[адрес_сервера]:[порт]/settings/reports/?sid=[id_сессии]

Ответ:

{
    "name" : "reports",
    "type" : "ReportsFolder",
    "subdirs" : [
        "AjSQ9E4d",
        "EWKNsHO9"
    ],
    "values" : [
        "create_now",
        "erase",
        "new_template_guid",
        "new_template_name",
        "new_template_type",
        "supported_report_types"
    ]
}

Таблица 179.

subdirs Описание Версия ПО
[GUID_отчета] GUID созданных отчетов. ≥3.1

Получить значение (R):

https://[адрес_сервера]:[порт]/settings/reports/[настройка]?sid=[id_сессии]

Изменить значение (W):

https://[адрес_сервера]:[порт]/settings/reports/[настройка]=[значение]?sid=[id_сессии]

Таблица 180.

values Описание Тип   Версия ПО
create_now       ≥3.1
erase       ≥3.1
new_template_guid       ≥3.1
new_template_name       ≥3.1
new_template_type       ≥3.1
supported_report_types       ≥3.1

Запрос для получения настроек:

https://[адрес_сервера]:[порт]/settings/reports/[GUID_отчета]/?sid=[id_сессии]

Ответ:

{
    "name" : "EWKNsHO9",
    "type" : "ReportTemplate",
    "subdirs" : [

    ],
    "values" : [
        "history",
        "history_timestamps",
        "name",
        "state_abort",
        "state_auto_gen_next",
        "state_error",
        "state_run_now",
        "state_started_at",
        "template_auto_gen_periodicity",
        "template_classes",
        "template_event_types",
        "template_f1",
        "template_f2",
        "template_fac_persons",
        "template_objects",
        "template_time_preset",
        "type"
    ]
}

Получить значение (R):

https://[адрес_сервера]:[порт]/settings/reports/[GUID_отчета]/[настройка]?sid=[id_сессии]

Таблица 181.

values Описание Тип   Версия ПО
history       ≥3.1
history_timestamps       ≥3.1
name       ≥3.1
state_abort       ≥3.1
state_auto_gen_next       ≥3.1
state_error       ≥3.1
state_run_now       ≥3.1
state_started_at       ≥3.1
template_auto_gen_periodicity       ≥3.1
template_classes       ≥3.1
template_event_types       ≥3.1
template_f1       ≥3.1
template_f2       ≥3.1
template_fac_persons       ≥3.1
template_objects       ≥3.1
template_time_preset       ≥3.1
type       ≥3.1