Description of report settings

Request to get the settings:

https://[server_address]:[port]/settings/reports/?sid=[session_id]

Response:

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

Table 124. 

subdirs Description TRASSIR
[report_GUID] The GUID of the generated reports. ≥3.1

Retrieve a value (R):

https://[server_address]:[port]/settings/reports/[setting]?sid=[session_id]

Write a value (W):

https://[server_address]:[port]/settings/reports/[setting]=[value]?sid=[session_id]

Table 125. 

values Description Type   TRASSIR
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

Request to get the settings:

https://[server_address]:[port]/settings/reports/[report_GUID]/?sid=[session_id]

Response:

{
    "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"
    ]
} 

Retrieve a value (R):

https://[server_address]:[port]/settings/reports/[report_GUID]/[setting]?sid=[session_id]

Table 126. 

values Description Type   TRASSIR
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