Versions Compared

Key

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

At the moment projects are not implemented, but a resource URL is available to test the session idProjects are a user created item that will be have a print order placed. A Project is only visible to the user who created it (enforced by the session).

Requires:

Actions

Returns empty response if authorised
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

Attributes

The following attributes are for creating or updating a project.

FieldData TypeRequiredInformation
NameStringYUsed for the user to identify the project
ProductIdIntegerYProduct type of the project

The following details are returned about a project

FieldData TypeRequiredInformation