Get Level List
Description
This method will get a list of level record from Unifier. This works only for project or shell level.
Support
Installation: ASP and Self host
Level | Yes or No |
---|---|
Company Level | No |
Project and Shell Level | Yes |
Prototype
public XMLObject getLevelList(String shortname, String authcode, string projectNumber);
Parameters
Parameter | Description |
---|---|
shortname | identifier of the company, company's short name |
authcode | authentication key for the company, in text string |
projectNumber | Identifier of the project or shell in Unifier. |
Return Value
XMLObject (XMLObject is described at the beginning of this document)
Sample Method
getLevelList ("acme", "acme_authcode", "proj-01") will return the XML Record of the Level records.
Additional Information
XML tags under _level will be based on integration interface definition of level form.
This service can be used for both Shells of cost code type CBS and Generic.
Related Topics
Last Published Friday, December 13, 2024