Response Packet Structure
The get_packages_list_by_client node of the output XML packet is structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the get_packages_list_by_client operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the get_packages_list_by_client operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the get_packages_list_by_client operation fails. Data type: string.
- The package node is optional. It returns the Web application preferences. Data type: siteappDescriptionType (
plesk_siteapp.xsd). For information on Web application preferences, refer to the Web Application Properties section.
Note: The node differs from version to version of the protocol. For more information, refer to the History of Changes section.