File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Glide API Changelog
3
3
sidebarTitle : Changelog
4
4
---
5
5
6
+ ### June 18, 2025
7
+
8
+ - Added ` GET /tables/{tableID}/rows/{rowID} ` endpoint to retrieve a specific row by ID.
9
+
6
10
### May 19, 2025
7
11
8
12
- When creating a table with the ` POST /tables ` endpoint, you can now specify one or more apps to link the new table to.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Get Row by ID
3
+ openapi : get /tables/{tableID}/rows/{rowID}
4
+ ---
Original file line number Diff line number Diff line change 37
37
" api-reference/v2/tables/versioning" ,
38
38
" api-reference/v2/tables/get-tables" ,
39
39
" api-reference/v2/tables/get-table-rows" ,
40
+ " api-reference/v2/tables/get-table-row" ,
40
41
" api-reference/v2/tables/head-table-rows" ,
41
42
" api-reference/v2/tables/post-tables" ,
42
43
" api-reference/v2/tables/post-table-rows" ,
You can’t perform that action at this time.
0 commit comments