Fetch application details | Zoho Creator Help

Fetch application details

ZCAPIUtil

This utility lets you fetch the logged-in user’s details, the list of applications, and customer portal details.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

Methods to fetch application details in Java

getApplicationDetails(String appOwnerName, String appLinkName)

Returns the list of all sections, and the components (forms, reports, and pages) in the sections, in the specified Zoho Creator application.

Parameters:

appOwnerNameThe Zoho username of the specified Creator application’s owner.
appLinkNameThe link name of the specified Creator application.

 

getApplicationDetails(ZCApplication zcApp)

Returns the list of all sections, and the components (forms, reports, and pages) in the sections, in the specified Zoho Creator application.

Parameters:

zcAppAn object that holds the details of the specified application.