Not possible with this extension. But you can do it with Web component if you can understand the api document.
Are you getting any error?? Use OnError event block to check.
Your page and size is 0. Maybe it can be issue. Could you try to give some value to it.? Print the response
to label instead of values
as values would be an empty list.
Your page number is 0
which is invalid. Last time it was working because of queryParameters
fault in the extension. I misunderstood the queryParamaters
and how we should write that.
So what should be there ?
Page Number
actually defines which page of rows should be returned & similarly, Size
defines how many rows should be returned per page.
See in the documentation, you can do something like this :
Can page size be more than 100 ?
can you please tell me how to do it with web component ? what will be the url ? i know how to work with api but don’t find any way how to work with baserow api . it always show " "Authentication credentials were not provided " . how to do Authorization for baserow?
Yes, it can be greater that 100, depends upon how many rows you wanted to retrieve per single page.
More than 100000
No limit ?
You should provide your authentication details in header where key is Authorization
and value is Token + yourApiKey
.
Max limit is 200. If you tried to get more than 200 then you’ll an face error.
Column or row
what is ApiKey ?
in airtable if we want to fetch any data we use a url like " https://api.airtable.com/v0/appPgfTLJAwu6ownb/mytable?&api_key=keyabcskjhvcdlkjhlkjjj " .
can baserow also work like that ?
if yes, what will be the url for baserow ?