1 messages · Page 1 of 1 (latest)
👋 happy to help
yes sure you can use the expand property
expand
what field are you looking to expand?
ok but it return an array
I tried expand: ["data[].latest_invoice"]
but doesn't work
you don't need the []
it should be `expand: ["data.latest_invoice"]
ah ok, thank you
no worries
let me know if you need any more help