The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Does the Airtable
a) Stop writing to the database?
b) Overwrite old records?
c) None of the above? (explain please)
If the limit of records in a base is reached.
Is it a daily or monthly limit or not time related?
If after the limit is reached, the r...
Hi,
I am getting an error when using POST via Postman. I am copying the example exactly from the API documentation and changing the authorization key.
I have tried changing the content type, modifying the fields, but nothing worked.
GET method is wor...
Tried apitester dot com instead of POSTMAN with the above configuration and got:
{“error”:{“type”:“INVALID_REQUEST_BODY”,“message”:“Could not parse request body”}}
Different error;
Could not get any response
There was an error connecting to URL
Why this might have happened:
The server couldn’t send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this b...
I have tried this in the body:
“fields”: {
“Pharmacy”: “Test”,
“PID”: “18101”,
“Transaction”: “123231”
},
and I have also tried this:
-d ‘{
“fields”: {
“Pharmacy”: “Test”,
“PID”: “18101”,
“Transaction”: “123231”
},
“typecast”: true
}’
Still, I get th...