List Turns

Deprecated
<Note intent="warning"> This endpoint is deprecated and available by request only. For new integrations, please contact our team. </Note>

Query parameters

fieldsstringOptionalformat: "^([a-zA-Z\.],?)+$"
Specific fields requested in the response. Defaults to all fields.
sortstringOptionalformat: "^([a-zA-Z]+(:(asc|desc)+)?,?)+$"

CSV of sort value pairs by field (eg. date:asc). Sorts descending date fields by default and ascending elsewhere

filterstringOptional

Filter expression as defined by Fortress Query Language (FQL)

pageintegerOptionalDefaults to 0
the page number when used with pagination, defaults to 0
limitintegerOptionalDefaults to 10

How many items to return at one time (default 10)

Response

A paged array of turns
datestringformat: "date"
The actual ready date when the turn was completed
idempotencyIdstringformat: "uuid"
Unique identifier to prevent duplicate turn creation
unitIdstringformat: "uuid"
The unit that was turned
createdAtdatetime or null
createdByobject or null
createdByIdstring or nullformat: "uuid"
The user who created the turn record
deletedAtdatetime or null
idstring or nullformat: "uuid"
unitobject or null
updatedAtdatetime or null