Obtains information about a definition.
public String definition_getDefinitionAsXML( String accessToken, String definitionId );
The definition_getDefinitionAsXML operation returns a string of XML containing information about a specified definition.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The definition identifier of the item about which you want information.
An XML string containing information about the definition. This XML is free form; it does not have a firm, established schema.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)