Initiates a new Export action for Risks.
Returns the identifier of this Risk Export.
The unique identifier of the Project for which to export Risks
The name of the calling system passed along as a header parameter
The list of column names to export
the name used by the export
Format to export to, currently csv and excel are supported
Valid options are:
Which column should be used to order the data
Valid options are:
Specifies the direction of the order. Valid values are “asc” and “desc”
Valid options are:
Timezone offset in minutes
Specify the due date filter for the export. If left null, no due date filter will be applied
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
A list of resourceIds to filter the risks by assignees. If left null or empty this will be ignored
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.