11.18.24 API Error Change
API
The error behavior for /api/1.0/ query requests has changed when the supplied limit parameter is greater than allowed max. Instead of an error being returned, now the allowed max will be used instead and returned back in the data payload as the limit value.
- Most integrations will work fine with this change, but there is a chance that an integration that does not pay attention to the returned limit value could miss some data when iterating over datasets. These integrations just need to be updated to ensure they use the returned limit in their data iteration loops.
The max limit parameter value for /api/1.0/checklists/ queries has been reduced to 1000 from 2000 in order to help reduce payload sizes.
The documentation has been updated to reflect these new behaviors.
0
Please sign in to leave a comment.
Comments
0 comments