Versions Compared

Key

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

...

Projects are versioned with Project Versions. This is to support editing a Project after it has been ordered and allow reordering an older version (for example, from Order History).

Requires:

Actions

URLVerbInformation
/projectsGET

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

/projectPOSTCreates a new project
/project/{Guid}PUTUpdates an existing project
/project/{Guid}GETRetrieves the details of an existing project
/project/{Guid}DELETEDeletes an existing project

...