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
33sidebarTitle : Changelog
44---
55
6+ ### June 18, 2025
7+
8+ - Added ` GET /tables/{tableID}/rows/{rowID} ` endpoint to retrieve a specific row by ID.
9+
610### May 19, 2025
711
812- 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 3737 " api-reference/v2/tables/versioning" ,
3838 " api-reference/v2/tables/get-tables" ,
3939 " api-reference/v2/tables/get-table-rows" ,
40+ " api-reference/v2/tables/get-table-row" ,
4041 " api-reference/v2/tables/head-table-rows" ,
4142 " api-reference/v2/tables/post-tables" ,
4243 " api-reference/v2/tables/post-table-rows" ,
You can’t perform that action at this time.
0 commit comments