Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Actions

URL
Verb
Information
/ordersGET

Returns a list of all existing orders for the currently logged in user

/order/{Guid}GETReturns a order for the specified {Guid} and the currently logged in user
/orders?ProjectGuid=GETReturns a list of all existing orders for the currently logged in user and the projectGuid specified in the query string.

...