AnnotationTP_max_order_by
Sort the returned array by one or more fields of it's elements.
input AnnotationTP_max_order_by {
annotationRef: order_by
companyId: order_by
description: order_by
endAt: order_by
machineRef: order_by
startAt: order_by
}
Fields
AnnotationTP_max_order_by.annotationRef ● order_by enum
A unique, numeric identifier for the annotation.
AnnotationTP_max_order_by.companyId ● order_by enum
A globally unique identifier (UUID) for the company.
AnnotationTP_max_order_by.description ● order_by enum
AnnotationTP_max_order_by.endAt ● order_by enum
The end of an interval. Intervals are right-exclusive.
AnnotationTP_max_order_by.machineRef ● order_by enum
A unique, numeric identifier for the machine.
AnnotationTP_max_order_by.startAt ● order_by enum
The start of an interval.