Skip to main content

machines

Search and retrieve spare parts machines with comprehensive filtering and pagination.

Provides flexible search capabilities across machine data including names, models, spare parts catalogs, and hierarchical structures. Results are paginated and optimized for performance based on query depth.

Possible errors:

  • SPARE_PARTS_LIST_MACHINES_ERROR: Failed to search and retrieve machines
  • SPARE_PARTS_LIST_MACHINES_BY_SOURCE_AND_SOURCE_ID_ERROR: Failed to retrieve machines by external references
  • SPARE_PARTS_EXTERNAL_REFERENCE_SEARCH_ERROR: Failed to search external references
  • SPARE_PARTS_UNKNOWN_ERROR: Unexpected error during machine search
machines(
input: SearchSparePartsMachineInput
): SparePartsMachineResponse!

Arguments

machines.input ● SearchSparePartsMachineInput input

Search criteria for filtering machines.

If not provided, returns all accessible machines with default pagination settings. Supports filtering by name, model, spare parts, and hierarchical relationships.

Type

SparePartsMachineResponse object

Paginated response containing spare parts machines.

Provides a structured response for machine search operations with pagination metadata and the actual machine data. Includes total count information for efficient pagination handling.