Solution Order List

From INAP Dropzone API
Revision as of 19:29, 3 June 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The solution order list command returns a list of all the completed orders.

Contents

Path

  • /solution/order/list

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [0] => stdClass Object(
      [id] => The ID of the order.
      [status] => The status of the order.
      [createdon] => The time order was created (unix timestamp).
    )
  )
)
Personal tools