Request Samples

Retrieving packages list of a single client

This packet retrieves the list of all Web applications of the client specified by ID 5.

<packet version="1.4.2.0">
<siteapp>
  <get_packages_list_by_client>
      <client_id>5</client_id>
  </get_packages_list_by_client>
</siteapp>
</packet>

 

Retrieving packages list of multiple clients

This packet retrieves lists of all Web applications of the clients specified by ID 5 and ID 7.

<packet version="1.4.2.0">
<siteapp>
  <get_packages_list_by_client>
      <client_id>5</client_id>
  </get_packages_list_by_client>
  <get_packages_list_by_client>
      <client_id>7</client_id>
  </get_packages_list_by_client>
</siteapp>
</packet>