GetData
- Last UpdatedApr 02, 2023
- 1 minute read
The GetData method provides a means to query and return data from all AVEVA™ Production Management modules.
Important: Users may require specific permissions to query records or events from specific reporting points.
Details
|
Description |
Enables you to query and return data from all modules. |
|
Return value |
Returns data queries, including information about view, filter, localization, business rules, and non-conformance data. |
|
Accesses |
All modules. |
|
Required permissions |
Permissions on specific reporting points. |
|
Request |
|
|
Response |
History of Changes
What's new in 8.1
The hasError field, which could be used in GetData webservice call, has now been deprecated. It is still possible to use the hasError field in a call, but it will be converted automatically to the new field ErrorType.
For example, a call requesting records where hasError = true will convert to ErrorType = warning or error. The response will contain records for ErrorType not hasError. Eventually, the hasError field will be removed completely.
What's new in 8.0
There are two optional parameters added to the Output Options section.
-
ExcludeModuleSpecificMetadata - Excludes module-specific metadata from the response, when True.
-
ExcludeSpecification - Excludes any specification metadata from the response, when True.
What's new in 7.3
GetData will now return these additional fields in these Inventory views: Material Flow view, Inbound Material Flow view, Outbound Material Flow view.
-
Adjustment Type
-
Location Identifier
-
Movement Direction
-
Movement Location
-
Movement Type
GetData will now return these additional fields in the Inbound Material Flow view and Outbound Material Flow view.
-
QualityLocation
-
QualityRecordIdentifier
Related topics
In This Topic
Related Links
- GetData request message
- GetData response message
- Response parameters: Context section
- Response parameters: Localization section
- Response parameters: Columns section
- Response parameters: Rows section
- Response parameters: BusinessRules and BusinessRuleResults sections
- Response parameters: Specification and SpecificationResults sections