GET
/
players
/
orders
/
{workspaceId}
/
search

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Query Parameters

q
string
required
server
string

Response

200 - application/json
order_number
number
required
items
string[]
required
submitted_by
string
required
prepared_by
string
picked_up_by
string
status
enum<string>
required
Available options:
submitted,
handed_to,
waiting_for_preparation,
finding_new_colleague,
preparing,
completed,
waiting_for_pickup,
cancelled
customer
string
required
_id
string
required
createdAt
string
required
updatedAt
string
required
job_id
string
game_id
string