Successful response (Retrieving report metadata description by code)
Methods
- GET — Retrieving report metadata description by code.
Resource
{
"error": "string",
"report": {
"__createdAt": "date-time",
"__createdBy": "uuid",
"__deletedAt": "date-time",
"__updatedAt": "date-time",
"__updatedBy": "uuid",
"code": "string",
"columns": [
{
"code": "string",
"name": "string",
"type": "string"
}
],
"name": "string",
"namespace": "string"
},
"success": "boolean"
}
Properties
| Name | Type | Description | Additional |
|---|---|---|---|
| error | string |
Текст ошибки, если |
Optional |
| report | object |
Полная схема отчёта. |
Optional |
| report.__createdAt | date-time |
Дата создания. |
Optional |
| report.__createdBy | uuid |
Кем создан. |
Optional |
| report.__deletedAt | date-time |
Дата удаления. |
Optional |
| report.__updatedAt | date-time |
Дата редактирования. |
Optional |
| report.__updatedBy | uuid |
Кем отредактирован. |
Optional |
| report.code | string |
Код. |
Optional |
| report.columns[] | array |
Колонки отчёта. |
Optional |
| report.columns[].code | string |
Код. |
Optional |
| report.columns[].name | string |
Название. |
Optional |
| report.columns[].type | string |
Тип.
Possible values are:
|
Optional |
| report.name | string |
Название отчёта. |
Optional |
| report.namespace | string |
Раздел. |
Optional |
| success | boolean |
Признак успешного запроса. |
Optional |