Skip to main content

AnnotationTP_order_by

Sort the returned array by one or more fields of it's elements.

input AnnotationTP_order_by {
annotationRef: order_by
annotationType: AnnotationTypeTP_order_by
companyId: order_by
description: order_by
endAt: order_by
isPlanned: order_by
machine: MachineTP_order_by
machineRef: order_by
startAt: order_by
}

Fields

AnnotationTP_order_by.annotationRef ● order_by enum

A unique, numeric identifier for the annotation.

AnnotationTP_order_by.annotationType ● AnnotationTypeTP_order_by input

AnnotationTP_order_by.companyId ● order_by enum

A globally unique identifier (UUID) for the company.

AnnotationTP_order_by.description ● order_by enum

AnnotationTP_order_by.endAt ● order_by enum

The end of an interval. Intervals are right-exclusive.

AnnotationTP_order_by.isPlanned ● order_by enum

AnnotationTP_order_by.machine ● MachineTP_order_by input

The machine the event originates from.

AnnotationTP_order_by.machineRef ● order_by enum

A unique, numeric identifier for the machine.

AnnotationTP_order_by.startAt ● order_by enum

The start of an interval.

Member Of

annotations query