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