Fetch report | Zoho Creator Help

Fetch report

ZCReportAPIUtil

This utility lets you make use of the reports of your Zoho Creator applications in your Android apps.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.
getReport(String appOwnerName, String appLinkName, String reportLinkName, ZCComponentType reportType, int noOfRecordsToFetch, String queryString)

Returns the metadata and the records that the specified list, calendar, timeline, kanban, or map report displays.

Parameters:

appOwnerNameThe Zoho username of the specified Creator application's owner.
appLinkNameThe link name of the required Zoho Creator application.
reportLinkNameThe link name of the required report, which is present in the specified Creator application.
reportTypeThe target report's type:
  • ZCComponentType.REPORT for list reports
  • ZCComponentType.CALENDAR for calendar reports
  • ZCComponentType.MAP for map reports
  • ZCComponentType.KANBAN for kanban reports
noOfRecordsToFetchSpecifies the number of records that are to be fetched; ranges from 1 to 200; 50 is the recommended value.
queryStringThe criteria to filter the records, which is to be passed in the format:
field1=value1&field2=value2
getReport(ZCComponent zcComponent, int noOfRecordsToFetch)

Returns the metadata and the records that the specified list, calendar, timeline, kanban, or map report displays.

Parameters:

zcComponentAn object that holds the details of the specified report component.
noOfRecordsToFetchSpecifies the number of records that are to be fetched; can range from 1 to 200; and 50 is the recommended value.
loadMoreRecords(ZCReport zcReport, ZCComponent component, int pageSize)

Loads more records from the specified list, calendar, timeline, kanban, or map report. The number of records that will be loaded is based on the value of the pageSize parameter.

Parameters:

zcReportAn object that holds the details of the required reports.
zcComponentAn object that holds the details of the required report component
pageSizeSpecifies the number of records that you want to load.
getUpdatedRecordsAfterActionPerformed(ZCReport zcReport, ZCComponent zcComponent)

Returns the list of records after executing the specified report actions.

Parameters:

zcReportAn object that holds the details of the required reports.
zcComponentAn object that holds the details of the required report component
updateRecordInReport(ZCReport zcReport)

Updates the records that the specified report displays.

Parameters:

zcReportAn object that holds the details of the required reports.

 getRecordsCount(ZCReport zcReport, boolean isWithCriteria)

Returns the total number of records that the specified report displays.

Parameters:

zcReportAn object that holds the details of the required reports.
isWithCriteriaSpecifies whether the count is to be returned with or without the criteria. Set it as true to return the count after applying the criteria; else set as false.

 getReportForSubformRecord(ZCReport zcReport,SubformRecordParams subformRecordParams)

Returns the metadata and the record of the report for the subform summary.

Parameters:

zcReportAn object that holds the details of the required reports.
subformRecordParamsThe subformRecordParams object.
getPivotReportURL(ZCComponent zcComponent)

Returns the public URL of the specified pivot table or pivot chart.

Parameters:

zcComponentAn object that holds the details of the required report component


    Access your files securely from anywhere

      Zoho CRM Training Programs

      Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

      Zoho CRM Training
        Redefine the way you work
        with Zoho Workplace

          Zoho DataPrep Personalized Demo

          If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

          Zoho CRM Training

            Create, share, and deliver

            beautiful slides from anywhere.

            Get Started Now


              Zoho Sign now offers specialized one-on-one training for both administrators and developers.

              BOOK A SESSION





                          Quick LinksWorkflow AutomationData Collection
                          Web FormsEnterpriseBegin Data Collection
                          Interactive FormsWorkplaceData Collection App
                          CRM FormsCustomer ServiceAccessible Forms
                          Digital FormsMarketingForms for Small Business
                          HTML FormsEducationForms for Enterprise
                          Contact FormsE-commerceForms for any business
                          Lead Generation FormsHealthcareForms for Startups
                          Wordpress FormsCustomer onboardingOrder Forms for Small Business
                          No Code FormsConstructionRSVP tool for holidays
                          Free FormsTravel
                          Prefill FormsNon-Profit

                          Intake FormsLegal
                          Mobile App
                          Form DesignerHR
                          Mobile Forms
                          Card FormsFoodOffline Forms
                          Assign FormsPhotography
                          Mobile Forms Features
                          Translate FormsReal EstateKiosk in Mobile Forms
                          Electronic Forms

                          Notification Emails for FormsAlternativesSecurity & Compliance
                          Holiday FormsGoogle Forms alternative GDPR
                          Form to PDFJotform alternativeHIPAA Forms
                          Email Forms
                          Encrypted Forms
                          Embeddable Forms
                          Secure Forms
                          Drag & drop form builder
                          WCAG



                                            You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                Manage your brands on social media


                                                  • Desk Community Learning Series


                                                  • Digest


                                                  • Functions


                                                  • Meetups


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner


                                                  • Word of the Day


                                                  • Ask the Experts


                                                    Zoho Marketing Automation

                                                      Zoho Sheet Resources

                                                       

                                                          Zoho Forms Resources


                                                            Secure your business
                                                            communication with Zoho Mail


                                                            Mail on the move with
                                                            Zoho Mail mobile application

                                                              Stay on top of your schedule
                                                              at all times


                                                              Carry your calendar with you
                                                              Anytime, anywhere




                                                                    Zoho Sign Resources

                                                                      Sign, Paperless!

                                                                      Sign and send business documents on the go!

                                                                      Get Started Now




                                                                              Zoho TeamInbox Resources



                                                                                      Zoho DataPrep Resources



                                                                                        Zoho DataPrep Demo

                                                                                        Get a personalized demo or POC

                                                                                        REGISTER NOW


                                                                                          Design. Discuss. Deliver.

                                                                                          Create visually engaging stories with Zoho Show.

                                                                                          Get Started Now









                                                                                                              • Related Articles

                                                                                                              • Filter report using dynamic values from a function

                                                                                                                Requirement When a user accesses a report, data is filtered based on the logged-in user's role so that only the required details are visible to the user. Use Case An employee management system has two forms, Department and Employees. The Department ...
                                                                                                              • Fetch reports

                                                                                                                This API service lets you manage the different functionalities in a report. Fetch reports Methods fetchListReport(for:with:completionHandler:)This fetches metadata and the records of the List report. ...
                                                                                                              • How to copy a subform data to another subform using a report action

                                                                                                                The values in a subform of a record can be copied to another form's subform using Deluge within the report actions. This allows seamless transfer of subform data between forms, ensuring consistency. For example, consider a Zoho Creator resource ...
                                                                                                              • Fetch choices

                                                                                                                This API service lets you manage the different functionalities in a form. Fetch choices Methods fetchChoices(of:in:fromIndex:completionHandler:)This fetches 50 choices (if available) from the given Index for the lookup fields beyond the 500 choices ...
                                                                                                              • 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. ...
                                                                                                                Wherever you are is as good as
                                                                                                                your workplace

                                                                                                                  Resources

                                                                                                                  Videos

                                                                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                  eBooks

                                                                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                  Webinars

                                                                                                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                  CRM Tips

                                                                                                                  Make the most of Zoho CRM with these useful tips.



                                                                                                                    Zoho Show Resources