Funny but if you use this way
https://api.xbrl.us/api/v1/concept/search?dts.id=305444&concept.is-monetary=true&fields=concept.local-name,concept.balance-type.sort(ASC)
It does not work well with concept.offset()
But use the way
https://api.xbrl.us/api/v1/concept/search?dts.id=305444&concept.is-monetary=true&fields=concept.local-name.sort(ASC),concept.balance-type
Works fine
But how can I know how much fields or offset There is in my request
I’m working on Add on
And I do not really know if the user has a Member or not
But I do need to know how I bring him all the information he can get
I do not want to use the concept.limit(1)
and concept.offset(i)
And check when I stop getting results In order to should know this is the end
It’s less Api friendly
Sorry for my English