Hi Arthur – first, apologies for the delay in responding – this post was flagged in our system (probably because it includes ‘https://’
The fact.ultimus
parameter is used on the /fact
endpoint. When you specify a /report
, you will return all facts in the report without regard to fact.ultimus
.
Use your /report
query to return the dts.id
value for the report, then use a separate /fact
query to show fact.ultimus-index
detail.
/fact/search?dts.id=428275&fact.ultimus=false&fact.has-dimensions=false&fields=entity.id,report.id,concept.local-name,fact.value,fact.ultimus-index,period.fiscal-period,period.fiscal-year.sort(DESC)
In the query above, IntangibleAssetsNetExcludingGoodwill for the year 2020 was reported several more times:
/fact/search?entity.id=6252&concept.local-name=IntangibleAssetsNetExcludingGoodwill&fact.has-dimensions=false&period.fiscal-period=Y&period.fiscal-year=2020&fields=concept.local-name,fact.numerical-value,fact.ultimus-index.sort(DESC),report.id,period.fiscal-period,period.fiscal-year
Let me know if you have additional questions about this.