listProjects

Returns a list of projects in the system.

Request

Field Description Additional info
offset Used to return results from an offset starting point. For example, to get two thousand records you must first use an offset of 0 and then 1000. The list of projects is limited to 1000 results.

Response

Field Description Additional info
projects[ ] Returns an array of projects with each project having the fields shown below string
projects[ ][id] The id of the project string
projects[ ][description] The description of the project string
projects[ ] [projectName] The name of the project string
projects[ ][status] String identifying the project status Value one of:

  • open
  • closed
  • deleted