-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET account transactions, incomplete list of transactions / page count does not work #8
Comments
Hi, thanks for the kind words. I actually have the same issues with the transaction API, only shows the last 58 for me, also when using the Rest API directly (w/ postman). I suppose this is a limitation on comdirect's side, I couldn't figure out how to fetch more transactions. The paging works correctly for me, even though this is not documented in the PDF. Note Unfortunately comdirect does not provide a test server (yet?), against which we could write some tests :( |
Hi Alex, Thank you for the clarification on Frohes neues! |
Okay, I didn't know about the 180 days, thanks for clarifying! Maybe there is a possibility (like in the browser), but we might never know until the documentation gets updated (or someone stumbles upon the solution). The paging functionality is documented for other endpoints, not for transactions, but also works for transactions (and probably others). Happy New Year! |
I got a reply from comdirect, referencing this thread https://community.comdirect.de/t5/Website-Apps/Mehr-als-20-Depot%C3%BCms%C3%A4tze-per-REST-API-abrufen/m-p/166206/highlight/true#M15300 :
that could be quite useful, it seems indeed is possible to select more than 180 days! |
Very nice! With setting min-bookingDate it is actually possible to query more transactions. I'll add the query parameters to the request. Thank you for that! |
Hi, first of all, thanks for this well-packed API!
While I was trying to put together my first python program interacting with this API, I stumbled upon an issue, which I am not sure if it's mine / this API or (probably) comdirect fault.
If I try to retrieve all my transactions:
As I got much more than 46 transactions, something is going wrong. Trying with:
returns the same results. Ideas? Is it an intrinsic limit of this API?
While trying to dig into this issue I dug into
get_account_transactions
function and found thepaging_count
andpaging_first
parameters. Those are not documented in the official PDF/Postman JSON and manipulating them does not give any different results.. does anyone had successfully tested them?Thanks!
The text was updated successfully, but these errors were encountered: