wfm.AdminRequestStatisticReport

This job requests the creation of a new report for a given statistical report configuration.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

ID of the organization

UserId

STRING

Yes

ID of the user performing the action

ConfigId

STRING

Yes

ID of the statistical report configuration

CompileTime

INT

Yes

Point in time when the report should be generated earliest

2. Output Parameters

Name Type Dependency Description

ReportId

STRING

ID of the report

CreatorId

STRING

ID of the user who requested the report

CreatorName

STRING

Name of the person object of the user

CreationTime

INT

Timestamp of report creation. When State = 0 or 1, this is the time when the report was requested; otherwise the time when the report creation began.

State

INT

Status of the report:

* 0 — Report is requested * 1 — Report is currently being created * 2 — Report is finished created

3. Return Value

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