Skip to main content

system.mes.operation.getOperations

Description

Retrieves all the Operations records.

Syntax

system.mes.operation.getOperations()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

Returns a list of JSON objects representing all operations.

Example Usage

# Retrieve all operations
all_operations = system.mes.operation.getOperations()

# Output the list of operations
print(all_operations)