AccountsTransactions API: add Type to response

Add your suggestions for improving Poker Mavens
Post Reply
strobe878
Posts: 60
Joined: Fri Nov 24, 2023 8:11 pm

AccountsTransactions API: add Type to response

Post by strobe878 »

Request for adding the table type to the response. I.e., "T" if a tournament table, "R" if a ring table, blank otherwise.
Kent Briggs
Site Admin
Posts: 6015
Joined: Wed Mar 19, 2008 8:47 pm

Re: AccountsTransactions API: add Type to response

Post by Kent Briggs »

The transactions database has a source column but it's just a text note, it can't distinguish between ring game and tournament names. They may not even exist anymore when the query is made.
strobe878
Posts: 60
Joined: Fri Nov 24, 2023 8:11 pm

Re: AccountsTransactions API: add Type to response

Post by strobe878 »

Hmmmmm . . . any suggestions for breaking out win/loss over time between cash games and tournaments?
Kent Briggs
Site Admin
Posts: 6015
Joined: Wed Mar 19, 2008 8:47 pm

Re: AccountsTransactions API: add Type to response

Post by Kent Briggs »

strobe878 wrote: Tue Dec 03, 2024 1:38 pm Hmmmmm . . . any suggestions for breaking out win/loss over time between cash games and tournaments?
You would need to interpret the Source column text in your code and decide if it came from a tournament, ring, or other.
strobe878
Posts: 60
Joined: Fri Nov 24, 2023 8:11 pm

Re: AccountsTransactions API: add Type to response

Post by strobe878 »

Yeah I'm not seeing any other way to do it. Will just have to follow some naming convention to distinguish.
setspike
Posts: 104
Joined: Fri Apr 03, 2020 6:32 pm

Re: AccountsTransactions API: add Type to response

Post by setspike »

I added a "[T}" to all of my tournament names in order to do this.
Post Reply