# 🚀 Glide table API & curl - what can we all learn together?

**URL:** https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054
**Category:** Ask for Help
**Tags:** custom-code
**Created:** [November 5, 2021, 8:52am UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054 "2021-11-05T08:52:53Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [November 8, 2021, 6:52pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/21 "2021-11-08T18:52:46Z")

</div>

It takes a little getting used to, but now I’m using it, it’s brilliant 🌟🌟🌟

---

<div class="post-metadata">

### Author: ![Ian](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ian/32/13049_2.png) [@Ian](https://community.glideapps.com/u/Ian)
#### Post date: [November 8, 2021, 8:33pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/22 "2021-11-08T20:33:56Z")

</div>

Of course! @eltintero has mentioned the most likely solution 😃.

---

<div class="post-metadata">

### Author: ![i\_dont\_remember](https://avatars.discourse-cdn.com/v4/letter/i/48db29/32.png) [@i\_dont\_remember](https://community.glideapps.com/u/i_dont_remember)
#### Post date: [November 19, 2021, 2:17am UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/23 "2021-11-19T02:17:51Z")

</div>

Don’t think it solves the round-trip time speed up many in this thread were looking for, but for people stumbling on this that just want to have an API to write data on non-enterprise plans, there’s a couple of services that layer on top of the Google Sheets API to give a simple interface for CRUD (Create,Read,Update,Delete) operations. One is [Sheety](https://sheety.co/), another is [Sheet.best](https://sheet.best/) have definitely seen others floating around. Have only used them in toy apps so far though, so can’t speak to performance concerns on any of them.

---

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [December 10, 2021, 1:54pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/24 "2021-12-10T13:54:21Z")

</div>

New API option - Get All Rows

 ![Screenshot 2021-12-10 at 14.53.30](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/9/79fbd13702b2fb5205cfa4aa1038adf191afd178.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 10, 2021, 11:49pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/25 "2021-12-10T23:49:05Z")

</div>

Damn I really need this…

---

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [February 7, 2022, 12:58pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/26 "2022-02-07T12:58:10Z")

</div>

@Mark this seems to have vanished now - plus I think for a while there was ‘GET ROW’ (which was quite handy too). Is this a bug… or a change to the functionality? We were about to deploy an admin tool to clean up data… it was working with GET ROWS… but now we get an error, and I realize that this option is now missing.

Thanks!

---

<div class="post-metadata">

### Author: ![Mark](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark/32/125_2.png) [@Mark](https://community.glideapps.com/u/Mark)
#### Post date: [February 7, 2022, 1:01pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/27 "2022-02-07T13:01:56Z")

</div>

There never was a “get row”. I’ll get Support in touch with you - `queryTables` is only available on Enterprise for now, and I’m guessing your account isn’t migrated to a proper Enterprise one yet.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 7, 2022, 1:45pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/28 "2022-02-07T13:45:43Z")

</div>

Same here. `queryTables` has disappeared from our Enterprise apps. I’ll reach out to support.

---

<div class="post-metadata">

### Author: ![Sidney\_Kunst](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sidney_kunst/32/603_2.png) [@Sidney\_Kunst](https://community.glideapps.com/u/Sidney_Kunst)
#### Post date: [January 9, 2023, 3:28pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/29 "2023-01-09T15:28:57Z")

</div>

Any news on searching the rows with the api call?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 9, 2023, 3:40pm UTC](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054/30 "2023-01-09T15:40:48Z")

</div>

I’m afraid not. ☹

[Previous page](https://community.glideapps.com/t/glide-table-api-curl-what-can-we-all-learn-together/34054.md?page=1)
