AqChrysaetos 5 #1 Posted December 24, 2019 Tell me please, in the bet archive I can download the file in json format, how can I convert the any ID to (example "id": "955b701c-ab6e-4434-8efb-38aa1524f40c") to familiar format (like 45,333,222,274) ? Share this post Link to post Share on other sites
DeeBK 52 #2 Posted December 25, 2019 Hey You can just write it in chat like "/bet 955b701c-ab6e-4434-8efb-38aa1524f40c" to view it like you do with "/bet 45,333,222,274" And than you'll get the numbers on top (45,333,222,274) which you are asking for 1 jamyr reacted to this Share this post Link to post Share on other sites
AqChrysaetos 5 #3 Posted December 25, 2019 18 hours ago, DeeBK said: Hey You can just write it in chat like "/bet 955b701c-ab6e-4434-8efb-38aa1524f40c" to view it like you do with "/bet 45,333,222,274" And than you'll get the numbers on top (45,333,222,274) which you are asking for So simple 😖, thank's May be here any topic on forum about how use different commands in chat in detail? but i can't find any Share this post Link to post Share on other sites
UltraChief 1,472 #4 Posted December 26, 2019 11 hours ago, AqChrysaetos said: May be here any topic on forum about how use different commands in chat in detail? but i can't find any You can use the !help command in the public chat to get a list of the available chatbot commands. Not sure if that is what you are asking for. Share this post Link to post Share on other sites
DreamStage 144 #5 Posted January 15, 2020 You can use Insomnia for API queries execution for getting such things: https://insomnia.rest/download/ There's a Primedice API call that gets bet id based on bet String id that you are looking for. Like when you request bet's list it will show up. Share this post Link to post Share on other sites
sourc3code 206 #6 Posted January 15, 2020 Easy, just copy it and type it into the bet search on the main site - It will open up in a new modal window with the simplified bet ID. For me, the JSON file isn't an issue but I think the majority have no idea what to do with it or how to view it properly. Guess this is what happens when you have a dev choose how to display something on the site. Share this post Link to post Share on other sites
policewale 60 #7 Posted January 15, 2020 On 25/12/2019 at 01:16, AqChrysaetos said: Tell me please, in the bet archive I can download the file in json format, how can I convert the any ID to (example "id": "955b701c-ab6e-4434-8efb-38aa1524f40c") to familiar format (like 45,333,222,274) ? hi you can sometimes ask for the support to do it for you. You may extract it by typing this in your URL browser field: https://api.primedice.com/graphql?query={ bet(betId: "insert the bet ID from the archive") { iid } } 1 1 cnd99 and AqChrysaetos reacted to this Share this post Link to post Share on other sites