You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for both /characters/{character_id}/contracts/ and /corporations/{corporation_id}/contracts/
Please add an include_completed boolean to the query string; that when set to false, only returns outstanding, in_progress contracts; and when true (or omitted) returns all contracts for the past 30 days (current logic)
in most applications, this can be used to reduce the number of results substantially. In my case, from processing ~5k results every 15 minutes, to processing ~10.
The text was updated successfully, but these errors were encountered:
that could work as well, but assumed that include_completed would be easier to implement, as it's already used on other endpoints. as long as status accepts multiple values (for example status=completed+in_progress)
for both /characters/{character_id}/contracts/ and /corporations/{corporation_id}/contracts/
Please add an include_completed boolean to the query string; that when set to false, only returns outstanding, in_progress contracts; and when true (or omitted) returns all contracts for the past 30 days (current logic)
in most applications, this can be used to reduce the number of results substantially. In my case, from processing ~5k results every 15 minutes, to processing ~10.
The text was updated successfully, but these errors were encountered: