SpiraPlan: SoapService SOAP Web Service
See all operations
Reports_CheckGeneratedReportStatus
Description
Checks on the status of the generation of a specific user's saved report
This API call is currently limited to system administrators because of the potential performance impact of running large reports
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The id of the project | Yes |
guid | reportGenerationId - The guid of the report generation request | Yes |
Return Value
int - -1 = Report Generation Not Found / Cancelled 0 = Report Generation In Progress other = ID of Report that was Generated (Completed)