This method has the URL
https://api.toptranslation.com/v1/orders/:identifier/quotes
and returns an array of quotes.
Returns an array of quotes.
{
meta: {
status: 200
},
data: [
{
identifier: 'P20160203420-1E',
state: 'accepted',
value: 139.00,
product: 'expert',
created_at: '2015-12-30 09:56:12'
},
{
identifier: 'P20160203420-1B',
state: 'rejected',
value: 99.00,
product: 'basic',
created_at: '2015-12-30 09:56:12'
},
]
}