List all projects
project.listProjects(function(err, data) {
if(err) {
console.log(err); // an error occurred
} else {
console.log(data); // successful response
}
});
err
(Error) - the error object returned from the request. Set to null if the request is successful.
data
(Object) — the de-serialized data returned from the request. Set to null if a request error occurs. The data object has the following properties:
ProjectsArray of Project
ProjectId (string)Project ID
Region (string)The id of the region for this object
Name (string)Name of the project
Created (datetime)
Terms of Use | © 2017, Impossible Software, or its affiliates.