Freshdesk API SQL-driver |
Invantive SQL is de snelste, eenvoudigste en meest betrouwbare manier om data uit te wisselen met de Freshdesk-API.
Gebruik de optie "Zoeken" in het linkermenu om te zoeken naar een specifieke term, zoals de tabel- of kolomomschrijving. Gebruik de "Index"-optie als u de term al kent. Als u de benodigde informatie niet kunt vinden, klik dan op de Chat-knop onderaan of plaats uw vraag op de <link displaytype="text" defaultstyle="true" type="weblink" href="https://forums.invantive.com/">gebruikersgemeenschap</link>. Invantive Support of andere gebruikers zullen u proberen te helpen.
Freshdesk is a cloud solution for customer management. Freshdesk includes CRM as well as tickets. Existing functionality of Freshdesk can be extended by custom fields.
De Freshdesk-driver omvat 78 tabellen en 1286 kolommen.
Freshdesk-API Clients
Invantive SQL is beschikbaar op vele gebruikersinterfaces ("clients" in het traditionele server-client paradigma). Alle Invantive SQL-statements kunnen worden uitgewisseld met een bijna 100% compatibiliteit over alle clients en besturingssystemen heen (Windows, MacOS, Linux, iOS, Android).
De clients omvatten Microsoft Excel, Microsoft Power BI, Microsoft Power Query, Microsoft Word en Microsoft Outlook. Webgebaseerde clients omvatten Invantive Cloud, Invantive Bridge Online als OData-proxy, Invantive App Online voor interactieve apps, Online SQL Editor voor het uitvoeren van query's en Invantive Data Access Point als uitgebreide proxy.
De <link displaytype="text" defaultstyle="true" type="weblink" href="https://cloud.invantive.com/freshdesk" target="_blank" styleclass="Normal" translate="true">Freshdesk Power BI-connector</link> is gebaseerd op de Invantive SQL driver voor Freshdesk, aangevuld met een high-performance OData-connector die direct op Power BI werkt zonder enige add-on. Het OData-protocol is altijd versie 4, ongeacht of het achterliggende platform OData, SOAP of een ander protocol gebruikt.
Voor technische gebruikers zijn er commandoregel uitvoeringen van Invantive Data Hub die draaien op iOS, Android, Windows, MacOS en Linux. Invantive Data Hub wordt ook vaak gebruikt voor zakelijke servertoepassingen zoals ETL. Replicatie in grote hoeveelheden van gegevens afkomstig van de Freshdesk-API naar traditionele databases zoals SQL Server (on-premises en Azure), MySQL, PostgreSQL en Oracle is mogelijk met <link displaytype="text" defaultstyle="true" type="weblink" href="https://data-replicator.cloud/" target="_blank" styleclass="Normal" translate="true">Invantive Data Replicator</link>. Invantive Data Replicator creëert en onderhoudt automatisch Freshdesk-datawarehouses, eventueel in combinatie met gegevens van meer dan 75 andere (cloud) platforms. Invantive Data Replicator ondersteunt datavolumes tot meer dan 1 TB en meer dan 5.000 bedrijven. De on-premise editie van Invantive Bridge biedt een Freshdesk ADO.net-provider.
Tenslotte kunnen online web apps worden gebouwd voor Freshdesk met behulp van App Online of <link displaytype="text" defaultstyle="true" type="weblink" href="https://cloud.invantive.com/freshdesk" target="_blank" styleclass="Normal" translate="true">Invantive Cloud</link>.
API-aanroepen Controleren
Wanneer een query of DML-statement is uitgevoerd op Invantive SQL kan een ontwikkelaar de daadwerkelijke aanroepen naar de Freshdesk-API evalueren met behulp van een query op sessionios@DataDictionary. Als alternatief kan uitgebreide logging van vragen en antwoorden worden ingeschakeld door log-native-calls-to-disk op true te zetten. In de map %USERPROFILE%\Invantive\NativeLog zal Invantive SQL logbestanden aanmaken per vraag en antwoord aan de Freshdesk-API.
Specificaties
De SQL-driver voor Freshdesk ondersteunt geen partitionering. Definieer één datacontainer in een database voor elk bedrijf in Freshdesk om parallelle toegang mogelijk te maken voor gegevens van meerdere bedrijven.
Een inleiding in de concepten van Invantive SQL zoals databases, data containers en partitionering is te vinden in de <link displaytype="text" defaultstyle="true" type="weblink" href="https://go.invantive.com/sqlgrammar" target="_blank" styleclass="Normal" translate="true">Invantive SQL grammatica</link>.
The configuration can be changed using various attributes during log on and use. A full list of configuration options is listed in the driver attributes.
The catalog name is used to compose the full qualified name of an object like a table or view. The schema name is used to compose the full qualified name of an object like a table or view. On Freshdesk the comparison of two texts is case sensitive by default.
Changes and bug fixes on the Freshdesk SQL driver can be found in the release notes. There is currently no specific section on the Invantive forums for Freshdesk. Please reach out to other users of Freshdesk by leaving a question or contact request.
Driver code for use in settings.xml: Freshdesk
Alias: freshdesk
Aanbevolen alias: fdk
More technical documentation as provided by the supplier of the Freshdesk API on the native APIconnection used can be found at https://developer.freshdesk.com/api/#quick-reference.
AuthenticationAuthentication can be done using one of the following two alternatives:1. Using the user log on code, password and company also used on the Freshdesk website.2. Using an API key and company.Authentication using user log on code and password is recommended for general use. The company is the name before '.freshdesk.com' in the URL used to log on to Freshdesk in a browser.The API key can be found in the 'Edit Profile' page in Freshdesk, as described on https://support.freshdesk.com/support/solutions/articles/225435-where-can-i-find-my-api-key.
API VersionThe V2 API of Freshdesk is used. V1 APIs can be accessed using NativePlatformScalarRequests.
Usage LimitsInvantive SQL executes API calls to retrieve and upload data. The number of API calls allowed per hour depends on your Freshdesk plan, API version and whether you have chosen for rate limits per minute (most recent) or hour (older). The V1 API default usage limit is 1.000 calls per hour. On V2 the limit is 3.000 (blossom, garden) or 5.000 (estate, forest) calls per hour. The new V2 limits are 100 (blossom), 200 (garden), 400 (estate) or 700 (forest) calls per minute. Increased limits can be purchased. Invantive SQL ensures that within your session the number of calls allowed per hour is not exceeded.To get an impression of how Invantive SQL translates into API calls, please query the data dictionary view 'sessionios', such as with 'select * from sessionios@datadictionary'.
10-12-2022 17:06 Versie 22.0.461-PROD+3719