Help

Re: Retrieve all data from table without any filters

Solved
Jump to Solution
1087 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark_Hamilton
4 - Data Explorer
4 - Data Explorer

I am trying to retrieve all records from a table. The master view has filters on it that have to stay there for other business users, but I would like to retrieve all records without the filters with the API. More specifically, the table is filtered to records added in the last week, but I need all of the records from the beginning of the table.

Is there a way to use the API to get all records even if the table in the browser has filters on it?

1 Solution

Accepted Solutions
cor
7 - App Architect
7 - App Architect

Sure - just dont include the view in the parameters. This will only respond with 100 records at a time but you can use offset and basic pagination to access all records.

See Solution in Thread

2 Replies 2
cor
7 - App Architect
7 - App Architect

Sure - just dont include the view in the parameters. This will only respond with 100 records at a time but you can use offset and basic pagination to access all records.

Mark_Hamilton
4 - Data Explorer
4 - Data Explorer

Your solution was correct, thank you! I found out that the error was in the data table itself.