Create Risk Export
Initiates a new Export action for Risks.
Returns the identifier of this Risk Export.
Path parameters
projectId
The unique identifier of the Project for which to export Risks
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Request
The settings to use for this export action
columns
The list of column names to export
assignees
A list of resourceIds to filter the risks by assignees. If left null or empty this will be ignored
dueDateFilter
Specify the due date filter for the export. If left null, no due date filter will be applied
format
Format to export to, currently csv and excel are supported
Valid options are:
- Csv
- excel
Allowed values:
name
the name used by the export
orderBy
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
orderDirection
Specifies the direction of the order. Valid values are “asc” and “desc”
Valid options are:
- asc
- desc
Allowed values:
priorityFilter
Specify the priority filter for the export. If left null, no priority filter will be applied
progressFilter
Specify the progress filter for the export. If left null, no progress filter will be applied
timeZoneOffset
Timezone offset in minutes
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Represents an export queue object. Use this ID to check the status of the export.