Get Project/Shell List
![]()
Description
This method will allow users to get a list of project/shell instances. User can get information of more than one project/shell at a time.
Support
Installation: ASP and Self host
| Level | Yes or No |
|---|---|
| Company Level | Yes |
| Project/Shell Level | No |
Prototype
public XMLObject getProjectShellList(String shortname, String authcode, String options);
Parameters
| Parameter | Description |
|---|---|
| Shortname | Identifier of the company, company's short name |
| Authcode | Authentication code for the company, in text string |
| Options |
This parameter allows the user to filter the list based on the following:
Example:
|
Return Value
See Appendix B: Return Values.
Note:
The message will return list of projects/shells based on filter conditions.
Sample Method
getShellList("acme", "acme_authcode", type=CBS_shell);