Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This web service retrieves the report output (PwsReport) for a specified report (PwsReportRef)

Request Format


Panel
titlePwsGetReportOutput Request
  • PwsGetReportOutput
    • serviceRequest: PwsGetReportOutputRq
      • RequestId: Int32
      • SessionTicket: String
      • AamGantt: String
      • ColumnHeaders: String
      • DateFormat: String
      • Delimiter: String
      • ExplicitFieldsOnly: String
      • Format: String
      • Function: String
      • IncludeMetadata: String
      • ReportIdentity: PwsReportRef
      • AccountCode: String
      • AuthToken: String
      • UserName: String

...

Panel
titlePwsGetReportOutput Response

...

Element

Data Type

Description

Sample Data

Messages

PwsMessage[]

Click here for more information


ResponseId

Int32

Click here for more information


Status

RequestStatus

Click here for more information


ServerTimestampUtc

DateTime

Click here for more information


Report

PwsReport

The full details of the report


RedirectUrl

String

 The redirect URL when access the report via a browser


...


ErrorNumber

ErrorCode

ErrorText

22001InvalidValueForReportFormatInvalid value for Format parameter.
22003InvalidValueForReportColumnHeadersInvalid value for ColumnHeaders parameter.
22006InvalidValueForReportDelimiterThe value specified for delimiter is invalid. Valid values are COMMA and TAB.
51006ReportRequestNotFoundThe specified report request was not found or you are not on the distribution list for this report.