ListProjects

Top  Previous  Next

SOAP

ListProjects( aHandle, 

              aUserGroupName, aUserName

              &aProjectList

              &aErrorMsg );

 

REST

/ListProjects&Handle=<value>&UserGroup=<value>&UserLogin=<value>

returns ProjectList, ErrorMsg

 

Description:  ListProjects() lists all the projects for the current UserGroup and User.  

 

aHandle The value created in the call to Login().  

aUserGroupName, aUserName Are required values.

&aProjectList The list of all projects for the specified UserGroup/User pair.  This will be in standard SQLObjectList XML format.

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: ListProjects( lHandle, "IA@DOT", "Michael", lProjectList,  lErrorMsg );