Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - reportRunItemType

Description

Information about a report run.

Properties

Name Type Occurrence Description
csvFileSize xs:unsignedInt Optional The size of the CSV document created. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
csvLink xs:anyURI Optional The location of the CSV report output, the actual location in webdav or other reachable HTTP location. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
description xs:string Optional The description provided when the report was run
htmlFileSize xs:unsignedInt Optional The size of the HTML content created. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
htmlLink xs:anyURI Optional The location of the HTML report, the actual location in webdav or other reachable HTTP location. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
pdfFileSize xs:unsignedInt Optional The size of the PDF document created. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
pdfLink xs:anyURI Optional The location of the PDF report output, the actual location in webdav or other reachable HTTP location. This is DEPRECATED and should not be used, USE reportRunOutputFileType INSTEAD
publish xs:boolean Optional Optionaly Publish the Report (Typically from Schedule)
reportId xs:unsignedInt Required The identifier of the report
runBy xs:anyURI Required The URN of the user who initiated the report run
runId xs:unsignedInt Required The identifier of the run instance of report
status reportRunStatusType Required The current status of the report run
statusMessage xs:string Optional The current status/error message
timeCompleted xs:dateTime Optional The date/time the report run ended
timeRun xs:dateTime Optional The date/time the report run started
timeTaken xs:unsignedInt Optional The amount of time (in seconds) it took to run this report
In This Document