wfm.AdminGetStatisticReports

Returns the available reports for a statistical report configuration.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

ID of the organization.

ConfigId

STRING

Yes

ID of the statistical report configuration.

UserId

STRING

Yes

ID of the calling user. Only data is delivered if the user has the corresponding rights.

2. Return Value

(INT): 0 = Job successful, otherwise error code.

3. Output Parameters

Name Type Dependency Description

Reports

BASE64

Information about the requested reports in XML format.

Structure of Reports
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Reports>
  <Report ReportId="" CreationTime="" CreatorId="" CreatorName="" State=""/>
  <Report ReportId="" CreationTime="" CreatorId="" CreatorName="" State=""/>
</Reports>
Detailed description of Report attributes:
ReportId (STRING) — ID of the report.
CreationTime (INT) — Timestamp. When State = 0 or 1, this is the time when the report was requested; otherwise the time when the report creation began.
CreatorId (STRING) — User ID of the report creator.
CreatorName (STRING) — Name of the person object corresponding to the user.
State (INT) — Status of the report: 0 = report is requested, 1 = report is currently being created, 2 = report is finished created.