Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
search optional |
필터 결과 Validations:
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
page optional |
1 부터 페이지 번호 Validations:
|
per_page optional |
반환할 페이지 당 결과 수 Validations:
|
Field name | 유형 | Possible values |
---|---|---|
default | true, false | |
location | string | |
location_id | integer | |
locked | true, false | |
name | string | |
organization | string | |
organization_id | integer | |
snippet | true, false | |
template | text |
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
report_template required |
Validations:
|
report_template[name] required |
Validations:
|
report_template[template] required |
Validations:
|
report_template[snippet] optional , nil allowed |
Validations:
|
report_template[audit_comment] optional , nil allowed |
Validations:
|
report_template[locked] optional , nil allowed |
편집을 위한 템플릿의 잠금 여부 Validations:
|
report_template[default] optional , nil allowed |
Whether or not the template is added automatically to new organizations and locations Validations:
|
report_template[location_ids] optional , nil allowed |
지정된 ID로 위치를 변경합니다 Validations:
|
report_template[organization_ids] optional , nil allowed |
지정된 ID로 조직을 변경합니다 Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
report_template required |
Validations:
|
report_template[name] optional |
템플릿 이름 Validations:
|
report_template[template] optional |
template contents including metadata Validations:
|
report_template[location_ids] optional , nil allowed |
지정된 ID로 위치를 변경합니다 Validations:
|
report_template[organization_ids] optional , nil allowed |
지정된 ID로 조직을 변경합니다 Validations:
|
options optional |
Validations:
|
options[force] optional , nil allowed |
use if you want update locked templates Validations:
|
options[associate] optional , nil allowed |
determines when the template should associate objects based on metadata, new means only when new template is being created, always means both for new and existing template which is only being updated, never ignores metadata Validations:
|
options[lock] optional , nil allowed |
lock imported templates (false by default) Validations:
|
options[default] optional , nil allowed |
makes the template default meaning it will be automatically associated with newly created organizations and locations (false by default) Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
version optional |
템플릿 버전 Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
report_template required |
Validations:
|
report_template[name] optional |
Validations:
|
report_template[template] optional |
Validations:
|
report_template[snippet] optional , nil allowed |
Validations:
|
report_template[audit_comment] optional , nil allowed |
Validations:
|
report_template[locked] optional , nil allowed |
편집을 위한 템플릿의 잠금 여부 Validations:
|
report_template[default] optional , nil allowed |
Whether or not the template is added automatically to new organizations and locations Validations:
|
report_template[location_ids] optional , nil allowed |
지정된 ID로 위치를 변경합니다 Validations:
|
report_template[organization_ids] optional , nil allowed |
지정된 ID로 조직을 변경합니다 Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
report_template required |
Validations:
|
report_template[name] required |
템플릿 이름 Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
input_values optional |
Hash of input values where key is the name of input, value is the value for this input Validations:
|
gzip optional |
Compress the report uzing gzip Validations:
|
The reports are generated asynchronously. If mail_to is not given, action returns an url to get resulting report from (see report_data).
POST /api/report_templates/:id/schedule_report/ 200 { "job_id": UNIQUE-REPORT-GENERATING-JOB-UUID "data_url": "/api/v2/report_templates/1/report_data/UNIQUE-REPORT-GENERATING-JOB-UUID" }
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
input_values optional |
Hash of input values where key is the name of input, value is the value for this input Validations:
|
gzip optional |
Compress the report using gzip Validations:
|
mail_to optional |
If set, scheduled report will be delivered via e-mail. Use ',' to separate multiple email addresses. Validations:
|
generate_at optional |
UTC time to generate report at Validations:
|
Returns the report data as a raw response. In case the report hasn't been generated yet, it will return an empty response with http status 204 - NoContent.
Param name | Description |
---|---|
location_id optional |
위치 별 범위 Validations:
|
organization_id optional |
조직 별 범위 Validations:
|
id required |
Validations:
|
job_id required |
ID assigned to generating job by the schedule command Validations:
|