Gridly
This page contains the setup guide and reference information for the Gridly source connector.
- Access to an active Gridly account
- API Key (requires Owner or Administrator access)
- Access your Gridly Dashboard
- Select [API]. The API key will be shown in the API Quickstart panel.
- Owner and Administrators can also go to their Settings and then API Keys to create company-level API keys with scoped privileges and accesses.
Grid ID
is available in the URL when accessing the Grid in the UI. The Grid ID is the ID following/grids/
in the URL.Branch ID
is by default the same as theGrid ID
when theMaster
branch is selected. To fetch records on other branches, useBranch ID
instead.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | No |
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
grid_id
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.22 | 2024-10-28 | 47075 | Update dependencies |
0.1.21 | 2024-10-12 | 46476 | Update dependencies |
0.1.20 | 2024-09-28 | 46122 | Update dependencies |
0.1.19 | 2024-09-21 | 45723 | Update dependencies |
0.1.18 | 2024-09-14 | 45529 | Update dependencies |
0.1.17 | 2024-09-07 | 45314 | Update dependencies |
0.1.16 | 2024-08-31 | 44949 | Update dependencies |
0.1.15 | 2024-08-24 | 44750 | Update dependencies |
0.1.14 | 2024-08-17 | 44320 | Update dependencies |
0.1.13 | 2024-08-10 | 43668 | Update dependencies |
0.1.12 | 2024-08-03 | 42662 | Update dependencies |
0.1.11 | 2024-07-20 | 42173 | Update dependencies |
0.1.10 | 2024-07-13 | 41768 | Update dependencies |
0.1.9 | 2024-07-10 | 41376 | Update dependencies |
0.1.8 | 2024-07-09 | 41163 | Update dependencies |
0.1.7 | 2024-07-06 | 40908 | Update dependencies |
0.1.6 | 2024-06-26 | 40549 | Migrate off deprecated auth package |
0.1.5 | 2024-06-25 | 40495 | Update dependencies |
0.1.4 | 2024-06-22 | 39982 | Update dependencies |
0.1.3 | 2024-06-04 | 39051 | [autopull] Upgrade base image to v1.2.1 |
0.1.2 | 2024-05-21 | 38542 | [autopull] base image + poetry + up_to_date |
0.1.1 | 2022-12-08 | 20048 | Source Gridly: add icon and make grid_id parameter required |