Hi Bryn – it will depend on which spreadsheet application you’re using – Google Sheets or Excel.
In Google Sheets, the syntax is =ShowData("https://api.xbrl.us/api/v1/report/search?fields=entity.ticker,report.entity-name,entity.code,report.base-taxonomy,report.document-type,report.period-end,report.accepted-timestamp.sort(DESC),report.entry-url,report.limit(10)","","","TRUE")
In Excel, it’s =XBRL.showData("https://api.xbrl.us/api/v1/report/search?fields=entity.ticker,report.entity-name,entity.code,report.base-taxonomy,report.document-type,report.period-end,report.accepted-timestamp.sort(DESC),report.entry-url,report.limit(10)","","","1")
The second, third and fourth parameters in each function perform the same role; find out about these options from the formula’s help option after completing a query.
The Data Community page linked at right has several spreadsheet templates with queries you can explore and use to get data.