How to get Info from numbered subloop object?
-
Hello,
I am trying to get created_date from object/subloop “0”
I tried this:
[jsoncontentimporter url=”https://api2.splinterlands.com/battle/history?player=kiokizz” basenode=”battles” debugmode=10]{subloop:0:1}{created_date}{/subloop:0}[/jsoncontentimporter]
and this:
[jsoncontentimporter url=”https://api2.splinterlands.com/battle/history?player=kiokizz” basenode=”battles” debugmode=10]{subloop:0:1}{0.created_date}{/subloop:0}[/jsoncontentimporter]
The first one gives me all created_date, when I only want the one from subloop/object “0”
The second one returns nothing. Hope you can point me in the right direction ??
The page I need help with: [log in to see the link]
- The topic ‘How to get Info from numbered subloop object?’ is closed to new replies.