Find all special orders for a specific item.

in Development
I am trying to load all special orders for a specific item and not getting the proper response.
I have tried:
SaleLine.Item.itemID
itemID
Item.itemID
My postman call is: https://api.lightspeedapp.com/API/Account/{{accountID}}/SpecialOrder.json?load_relations=all&completed=true
I have tried different values in Load_relations with no success.
Any ideas?
Answers
Hi @rsirota,
Unfortunately, this isn't possible since we don't expose this in the code. What you can do is grab all data and filter out the specific Items on your end.
I hope this helps.