v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Equipment

Find equipment based on search parameters.

post/api/equipment/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

idsstring[] nullable

Filter equipment based on matching ids.

namestring nullable

Filter equipment based on their name.

Response

List of equipment matching the filters

idstring required

Unique id associated to this entity.

namestring required

Identifying name. Must be unique.

descriptionstring nullable

Description.

workCenterIdstring nullable

WorkCenter identifier. Please reference /api/work-centers endpoint.

manufacturerstring nullable

Manufacturer.

modelNumberstring nullable

Model number.

serialNumberstring nullable

Serial number.

canRunUnattendedboolean nullable

Indicates if this equipment can be run unattended. This allows the portion of an operation that utilizes this equipment to be scheduled outside of a shift.

unlimitedCapacityboolean nullable

Indicates if this equipment can support multiple operations simultaneously.

status'good' | 'poor' | 'bad' | 'outOfService'

Equipment status

notesstring nullable

Notes associated to the equipment.

deletedboolean

Indicates whether this equipment has been deleted