Get Orders
action = getOrders
Retrieves a list of orders and prepaid orders for given user made through API.
key | value |
---|---|
email * | encrypted e-mail in valid form of the user |
* - mandatory fields
Output
Array
(
[0] => Array
(
[timestamp] => 1300081197
[name] => Publication Name
[url] => http://www.floowie.com/en/view/publication-name
)
)