> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kintone Connector

## Intro

Kintone is an enterprise rapid application development platform provided by Cybozu, a collaborative software development company. To learn more about the Kintone API, visit their page ([https://developer.kintone.io/hc/en-u...ntone-REST-API](https://developer.kintone.io/hc/en-us/sections/202697678-kintone-REST-API "https://developer.kintone.io/hc/en-us/sections/202697678-kintone-REST-API") ).

You connect to your Kintone account in the Data Center. This topic discusses the fields and menus that are specific to the Kintone connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").

## Prerequisites

To connect to your Kintone account and create a DataSet, you must have the following:

* Your Kintone Domain. This is the portion of your Kintone instance URL immediately following `https://`. For example, if your instance was `https://mycompany.kintone.com`, your subdomain would be my company.
* The username and password for your Kintone account.

## Connecting to Your Kintone Account

This section enumerates the options in the **Credentials** and **Details** panes in the Kintone Connector page. The components of the other panes in this page, **Scheduling,** and **Name & Describe Your DataSet**, are universal across most connector types and are discussed in greater length in [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").

## Credentials Pane

This pane contains fields for entering credentials to connect to your Kintone account. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:201;a"><thead><tr><th colspan="1" rowspan="1"><p><span class="s1"> Field </span></p></th><th colspan="1" rowspan="1"><p><span class="s1"> Description </span></p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Kintone Domain </p></td><td colspan="1" rowspan="1"><p> Enter the Kintone domain that you want to connect to, for example, " <a href="http://sample.kintone.com" rel="noopener" target="_blank"> sample.kintone.com </a> ", " <a href="http://sample.cybozu.com" rel="noopener" target="_blank"> sample.cybozu.com </a> " etc. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Username </p></td><td colspan="1" rowspan="1"><p> Enter the username for your Kintone account. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Password </p></td><td colspan="1" rowspan="1"><p> Enter the password for your Kintone account. </p></td></tr></tbody></table>

Once you have entered valid Kintone credentials, you can use the same account any time you go to create a new Kintone DataSet. You can manage connector accounts in the **Accounts** tab in the Data Center. For more information about this tab, see [Manage Connector Accounts](/s/article/360042926054 "Managing User Accounts for Connectors").

## Details Pane

This pane contains two primary menus, **Guest Space ID** and **Reports** menu, along with various other menus which may or may not appear depending on the report type you select.

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:201;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Guest Space ID </p></td><td colspan="1" rowspan="1"><p> If your application exists inside a Guest Space, enter your Guest Space ID here. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Report </p></td><td colspan="1" rowspan="1"><p> Select the Kintone report you want to run. The following reports are available: </p><table border="1" cellpadding="1" cellspacing="1"><tbody><tr><td colspan="1" rowspan="1"><p> All Apps </p></td><td colspan="1" rowspan="1"><p> Returns information for all apps, with their names, descriptions, related space, creator, and update information. </p></td></tr><tr><td colspan="1" rowspan="1"><p> All Records of 1 App </p></td><td colspan="1" rowspan="1"><p> Retrieves multiple records for a given app. </p></td></tr></tbody></table></td></tr><tr><td colspan="1" rowspan="1"><p> App ID </p></td><td colspan="1" rowspan="1"><p> Enter the App ID of the Kintone app you want to retrieve data for. To find the ID for an app, open the app and view the URL. The App ID is the number after <span class="mt-font-courier-new"> /k </span>. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Record Number (Optional) </p></td><td colspan="1" rowspan="1"><p> Enter the record number of the app you want to retrieve data for. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Exclude the Default Fields? (Checkbox) </p></td><td colspan="1" rowspan="1"><p> Select the checkbox to exclude the Created by, Updated by, Created Datetime, Updated Datetime, and Record Number fields, that are imported to Domo datasets by default. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Use Stream Parser (Checkbox) </p></td><td colspan="1" rowspan="1"><p> Select the checkbox if you want to use stream parser for the report. <br /><b> Note: </b> Select the checkbox if you encounter memory issues. This method is slower, so the connector may take longer time to process the data. </p></td></tr></tbody></table>

## Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").

## FAQ

<AccordionGroup>
  <Accordion title="What version of the Kintone API does this connector use?">
    This connector uses version 1 of the Kintone API (`https://{sub-domain-name}.cybozu.com/k/v1/`. For guest space: `https://(subdomain name).cybozu.com/k/guest/{spaceID}/v1/`).
  </Accordion>

  <Accordion title="Which endpoint(s) does each report call in this connector?">
    <table border="1" data-aura-rendered-by="33:201;a"><tbody><tr><th class="wysiwyg-text-align-center" colspan="1" rowspan="1" width="30%"> Report Name </th><td class="wysiwyg-text-align-center" colspan="1" rowspan="1"><b> Endpoint URL </b></td></tr><tr><td class="wysiwyg-text-align-center" colspan="1" rowspan="1"><span> All Apps </span></td><td class="wysiwyg-text-align-center" colspan="1" rowspan="1"><span> /apps.json </span></td></tr><tr><td class="wysiwyg-text-align-center" colspan="1" rowspan="1"><span> All Records of 1 App </span></td><td class="wysiwyg-text-align-center" colspan="1" rowspan="1"> /app.json </td></tr></tbody></table>
  </Accordion>

  <Accordion title="What kind of credentials do I need to power up this connector?">
    You need the Kintone domain name (e.g. [sample.kintone.com](http://sample.kintone.com) ), and the username and password associated with the domain.
  </Accordion>

  <Accordion title="Can I use the same account multiple times to create datasets?">
    Yes.
  </Accordion>

  <Accordion title="How often can the data be updated?">
    Datasets should be set to update no more than once every 15 minutes.
  </Accordion>

  <Accordion title="Are there any API limits that I need to be aware of?">
    Kintone may limit API calls. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.
  </Accordion>
</AccordionGroup>
