# Get All Rows Glide Table

**URL:** https://community.glideapps.com/t/get-all-rows-glide-table/51753
**Category:** Ask for Help
**Created:** [October 14, 2022, 5:08pm UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753 "2022-10-14T17:08:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![travischristian](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/travischristian/32/49210_2.png) [@travischristian](https://community.glideapps.com/u/travischristian)
#### Post date: [October 14, 2022, 5:08pm UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753/1 "2022-10-14T17:08:43Z")

</div>

@Robert_Petitto has posted a great walkthrough for utilizing the Glide Tables API but I haven’t been able to get it to work with the Get All Rows action (I understand this is a feature not available on all plans, I happen to be on a plan that allows for it). Has anyone been able to implement a process to query a Glide Table and post the rows to a Google Sheet? I’ve been trying to utilize the HTTP request module in Integromat (Make) with no success. Bearer and appID hidden in the below example for security purposes

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/c/ccbef55dc8aff4606d7c1b64264e09319a8dc3b4.png)

---

<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: [October 15, 2022, 12:36am UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753/2 "2022-10-15T00:36:21Z")

</div>

What’s the return for the call in the screenshot?

There’s also a single quote after the last } character that you may want to delete.

---

<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: [October 15, 2022, 2:56am UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753/3 "2022-10-15T02:56:09Z")

</div>

In addition to what @ThinhDinh said…

You are sending a GET request. You should be sending a POST request. So it won’t work until you fix that. And yes, you have a dangling single quote which will be invalidating your JSON payload. I find it a better practice to construct the JSON payload using the Construct JSON module - that eliminates errors like this.

And yes, if the request fails - the first thing you should _always_ do is examine the response. It will usually tell you why it failed.

---

<div class="post-metadata">

### Author: ![travischristian](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/travischristian/32/49210_2.png) [@travischristian](https://community.glideapps.com/u/travischristian)
#### Post date: [October 17, 2022, 4:04pm UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753/4 "2022-10-17T16:04:42Z")

</div>

@Darren_Murphy @ThinhDinh thanks for your responses! Removing the single quote and updating to a POST request worked.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 18, 2022, 4:05pm UTC](https://community.glideapps.com/t/get-all-rows-glide-table/51753/5 "2022-10-18T16:05:24Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
