/v1/
to port 8002 and all other requests to port 8001. The recommended configuration is to not expose port 8001 to the public and only accept incoming traffic on port 443. Port 8002 may still be opened to external hosts, typically in a configuration where the Web and API/Backend components are deployed as separate hosts. In such a scenario it is advisable to allow communication from the Web node towards the API/Backend node on port 8002.https://
may be added while separating each URL using a ,
(comma) symbol. Wildcards may also be used as part of the hostname to match multiple URLs in one go such as: https://*.cors.exivity.io
. An overview of all current security policies can be found here.system
and exported
folders within the Exivity home directory, and if a specified path + filename did not start with system/
or exported/
then these would be prepended automatically before the check was done. system/
and exported/
are no longer automatically prepended somefile.csv
in the %EXIVITY_HOME_PATH%/exported
folder. Previously with version 2.x.x a user could check for the existence of this file using the following example:%EXIVITY_HOME_PATH%
:system
and exported
will no longer be automatically prepended.config.json
file on your system."yyyy-mm-dd"
, e.g. "2020-01-29"
"yyyy-mm-ddThh:mm:ssZ"
, e.g. "2020-01-29T11:26:52Z"
. Note that the Z suffix denotes the UTC time standard./v1/audit
/v1/budgetrevisions
/v1/dsets
/v1/extractors
/v1/log
/v1/reports
/v1/services
/v1/transformers
/v1/workflows
/v1/workflowschedules
/v1/reports/{id}/run
endpoint/v1/usergroups
endpointupload_files
(use manage_files
instead)manage_configuration
(use manage_settings
instead)manage_system
(use manage_settings
instead)/v1/reports/{id}/run
endpointpdf/invoice
option for the format
query parameter has been removed. Please use pdf/summary
instead.invoice_options
query parameter has been removed in favour of summary_options
./v1/configuration
endpointINVOICE_
are replaced by respective keys prefixed with SUMMARY_
./v1/workflowsteplogs
endpointworkflowsteplogs
.include=steplogs&related[steplogs][limit]=1&related[steplogs][sort]=-start_ts
.timestamp
attribute. Use start_timestamp
instead.message
attribute. Use a combination of status
and output
instead./v1/file
endpointPOST
requests to this endpoint.filename
in the response from this endpoint will no longer include the import/
prefix to better align for other requests in this endpoint. See the example below:/v1/usergroups
endpointUPLOAD_FILES
has become MANAGE_FILES
MANAGE_CONFIGURATION
has become MANAGE_SETTINGS
MANAGE_SYSTEM
has become MANAGE_SETTINGS