Jump to content

How does the DATA API outbound limit work?


This topic is 1565 days old. Please don't post here. Open a new topic instead.

Recommended Posts

"For inbound Data Requests (pulling data into the database on your FileMaker Server) you have unlimited API Data Transfer. For outbound Data Requests (pushing data out from the database on your FileMaker Server) you are limited to the API Data Transfer included with the Software along with any additional API Data Transfer that you purchase." sic - https://support.filemaker.com/s/article/Understanding-the-Data-API-Annual-Limits?language=en_US

Does this mean that when I do a query `curl -kL -XPOST fmserver/fmi/data/v1/databases/some/params -d "more:params"` The query I send to FileMaker is for free? But its response does a countdown on my allowance?

Edited by ggt667
Link to comment
Share on other sites

How can I see the actual byte counter? Is there a /proc/ or similar that I can cat?

 

As pr example:

cat /proc/fmdataapi.allowance

or similar.

Is this done pr byte count of the raw HTTP query response? Or the body inside the HTTP response?

Edited by ggt667
Link to comment
Share on other sites

This topic is 1565 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.