List projects (specific columns)
Returns projects in the organization with only the columns you select (e.g. Id, Name, Description, Url, State, Revision, Visibility, LastUpdateTime). Use this to reduce payload size or to build a dropdown or report that needs a subset of project fields.
SELECT Id, Name, Description, Url, State, Revision, Visibility, LastUpdateTime FROM Projects