Request The settings to use for this export action
name string or null Optional
the name used by the export
format enum Optional
Format to export to, currently csv and excel are supported
Valid options are:
Allowed values: Csv excel
columns list of strings Optional
The list of column names to export, if blank all columns will be exported
orderBy enum Optional
Which column should be used to order the data
Valid options are:
name
createDate
assignees
dueDate
impact
level
likelihood
openClosed
priority
response
tags
description
resolution
type
orderDirection enum Optional
Specifies the direction of the order. Valid values are “asc” and “desc”
Valid options are:
Allowed values: asc desc
timeZoneOffset integer Optional -720-840
Timezone offset in minutes
dueDateFilter object or null Optional
Specify the due date filter for the export. If left null, no due date filter will be applied
priorityFilter object or null Optional
Specify the priority filter for the export. If left null, no priority filter will be applied
progressFilter object or null Optional
Specify the progress filter for the export. If left null, no progress filter will be applied
assignees list of strings or null Optional
A list of resourceIds to filter the risks by assignees. If left null or empty this will be ignored
tags list of strings or null Optional
A list of tagIds to filter the risks by tags. If left null or empty this will be ignored
Response Success
error object or null
If the API call failed, this will contain information about the error that occurred.
success boolean Read-only
True if the API call succeeded; false otherwise.
hasError boolean Read-only
True if the API call failed.
statusCode enum
The HTTP code of the response.
data object
Represents an export queue object. Use this ID to check the status of the export.