[]
Parameters
| Name | In | Type | Description | Default |
|---|---|---|---|---|
| reportIdRequired | path | string | Report id. For example: 3a44d8c0-9b3c-4ecf-a934-df08ba87b73e | |
| exportSettingsTemplateIdRequired | path | string | Export template id. For example: eb6d614f-e595-4de6-8c51-c54c6b07c295 | |
| download | query | boolean | Indicates whether the result should be returned as a downloadable file. | false |
Exports the report using export template.
Request Body
Description: Report export request model.
Type: application/json
Responses
[200] Success
Type: [application/json]
[400] Bad Request
Type: [application/json]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| reportIdRequired | path | string | Report id. For example: 3a44d8c0-9b3c-4ecf-a934-df08ba87b73e |
Renders report info.
Request Body
Description: Report render info request model.
Type: application/json
Responses
[200] Success
Type: [application/json]
[400] Bad Request
Type: [application/json]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| reportIdRequired | path | string | Report id. For example: 3a44d8c0-9b3c-4ecf-a934-df08ba87b73e |
Renders report parameters values.
Request Body
Description: Report render parameters values request model.
Type: application/json
ReportRenderParametersValuesRequest
Responses
[200] Success
ReportRenderParametersValuesResponse
Type: [application/json]
[400] Bad Request
Type: [application/json]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| reportIdRequired | path | string | Report id. For example: 3a44d8c0-9b3c-4ecf-a934-df08ba87b73e |
Downloads the report.
Responses
[200] Success
binary
Type: [application/octet-stream]
[400] Bad Request
Type: [application/json]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| reportIdRequired | path | string | Report id. For example: 3a44d8c0-9b3c-4ecf-a934-df08ba87b73e |
Downloads the report with embedded data.
Responses
[200] Success
binary
Type: [application/octet-stream]
[400] Bad Request
Type: [application/json]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Report export response model.
| Name | Type | Description |
|---|---|---|
| resultUrlNullable | string | Result URL. |
| resultIdNullable | string | Result id. |
| verificationUrlNullable | string | Verification URL. |
| renderingSkipped | Boolean | Whether the rendering was skipped. |
Reporting plugin error
| Name | Type | Description |
|---|---|---|
| codeNullable | string | error code |
| messageNullable | string | error message |
| contextNullable | string | error context |
Report export request model.
| Name | Type | Description | Default | Example |
|---|---|---|---|---|
| notificationSettingsNullable | Array<NotificationSettings> |
Notification settings. | ||
| settingsNullable | string | Settings for rendering extensions. | {"Title":"Overriden title"} |
|
| overrideExportTemplateSettings | Boolean | Whether to override export template settings. The default value is false. | false |
false |
| interactiveActionsNullable | Array<string> |
Interactive actions. | ["rpt1/TextBox10/4/toggle","rpt1/TextBox10/5/toggle"] |
|
| skipEmptyReport | Boolean | Skip rendering of empty reports. The default value is false. | false |
false |
| maxExecLimit | int32 | Internal. Max execution time. | 0 |
|
| parametersNullable | Array |
Specified parameter values. | {"StringParameter":["StringValue"],"Integer":[1],"Boolean":[false],"Date":["2000-01-01T00:00:00.000"]} |
|
| cacheRefreshIsRequired | Boolean | Refresh cached report. The default value is false. | false |
false |
| allowedClaimsNullable | string | List of allowed claims. | "full_name,phone_number" |
|
| userFunctionsNullable | any | List of User functions. | {"CSharp":"","VisualBasic":""} |
|
| timeZoneIdNullable | string | Identifier of a time zone used for exporting a report | "Asia/Tokyo" |
Notification settings model.
| Name | Type | Description |
|---|---|---|
| channel | NotificationChannel | |
| onSuccessNullable | Array<string> |
List of contact names for notification of a successful operation. |
| onFailureNullable | Array<string> |
List of contact names for notification of an unsuccessful operation. |
Enum:
APIReport render info response model.
| Name | Type | Description |
|---|---|---|
| isFPL | Boolean | Whether a Fixed Page Layout is used in the report. |
| isSemantic | Boolean | Whether the report has semantic data sets. |
| parametersNullable | Array<ParameterPayload> |
Report parameters list. |
| displayTypeNullable | string | Report display type. |
| sizeTypeNullable | string | Report size type. |
| nameNullable | string | Report name. |
| parametersViewNullable | string | Parameters view. |
| initialIdNullable | string | Initial id. |
| referencesNullable | Array<DocumentReference> |
Report references. |
| topParameterPanelHeightNullable | int32 | Top parameter panel height. |
| timeZoneIdNullable | string | Report Time Zone Id |
| metaNullable | string | Report meta information. |
| Name | Type |
|---|---|
| nameNullable | string |
| promptNullable | string |
| dataTypeNullable | string |
| selectAllValueNullable | any |
| allowBlank | Boolean |
| nullable | Boolean |
| multiValue | Boolean |
| enableEmptyArray | Boolean |
| multiline | Boolean |
| hidden | Boolean |
| usedInQueryNullable | string |
| dependsOnNullable | Array<string> |
| dateOnly | Boolean |
| displayFormatNullable | string |
| validValues | ParameterValidValueCollection |
| defaultValue | ParameterDefaultValueCollection |
| Name | Type |
|---|---|
| resourceNameNullable | string |
| resourceDocTypeNullable | string |
| documentIdNullable | string |
| documentRev | int32 |
| contentUrlNullable | string |
| Name | Type |
|---|---|
| dataSet | ParameterValidValueDatasetReference |
| valuesNullable | Array<ParameterValidValueDescriptor> |
| Name | Type |
|---|---|
| dataSet | ParameterValidValueDatasetReference |
| valuesNullable | Array |
| Name | Type |
|---|---|
| dataSetNameNullable | string |
| labelFieldNullable | string |
| valueFieldNullable | string |
| Name | Type |
|---|---|
| labelNullable | string |
| valueNullable | any |
Report render info request model.
| Name | Type | Description | Example |
|---|---|---|---|
| skipParameterValues | Boolean | Whether to skip processing parameter values. Default value is true. | true |
Report render parameter values request model.
| Name | Type | Description | Example |
|---|---|---|---|
| valuesNullable | Array |
Specified parameter values. | {"BooleanParameter":[false],"StringMultiValueParameter":["value1","value2"]} |
| requestRequired | QueryFields | Names of the parameters we need to retrieve the values, validValues for. | {"Parameter1":null} |
| allowedClaimsNullable | string | List of allowed claims. | "full_name,phone_number" |