This method has the URL
https://api.toptranslation.com/v1/orders
and returns all orders of a user.
Returns an array of orders.
{
meta: {
status: 200
},
data:
[
{
identifier: '83jdskjdkfj29djskfj',
reference: 'User manual translation 2015',
progress_in_percent: 65,
state: 'processing',
comment: 'A comment from the user',
created_at: '2015-12-29 12:23:45',
requested_at: '2015-12-30 09:56:12',
ordered_at: '2015-12-30 09:58:33',
estimated_delivery_date: '2015-12-31',
name: 'User given name of the order',
order_number: 'P201509474738',
creator: {
identifier: 'f4d56f156s',
first_name: 'John',
last_name: 'Doe',
locale: {
code: 'de_DE',
name: 'German',
tag_list: ''
},
gender: 'male',
email: 'test@example.com'
},
{
...
}
}
]
}