GetReports
Retrieves a list of project reports for a single or multiple ProjectID(s) or UserID(s).
Syntax
GetReports (string APIKeyHeader,string Message,string UserID,string[] UIDs)
Inputs: <InputParameter>
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header |
Outputs: <OutputParameter>
Properties | Attribute Type | Description |
---|---|---|
TransactionID: long | Message Header | A long integer value represents the current import transaction. And It is used later as an input parameter when executing and finalizing the data import. If the TransactionID value is 0, it means the registration is failed. |
Message: string | Message Header | A value describes the error when the data transfer fails. Otherwise, it’s ‘Success’. |
Back to top