Identify Report Elements
By name
You can filter report elements in numerous ways, for example with its name:
[Public datalake] List report elements by name
curl -X GET "http://secxbrl.28.io/v1/_queries/public/api/report-elements?aid=S1001J4B-2§ion=http://disclosure.edinet-fsa.go.jp/role/jppfs/rol_StatementOfIncome&reportElement=jppfs-cor:ExtraordinaryIncome&token=c3049752-4d35-43da-82a2-f89f1b06f7a4"
By kind
You can selectively request, say, all dimensions.
[Public datalake] List report elements by kind
curl -X GET "http://secxbrl.28.io/v1/_queries/public/api/report-elements?aid=S1001J4B-2§ion=http://disclosure.edinet-fsa.go.jp/role/jppfs/rol_StatementOfIncome&kind=dimension&token=c3049752-4d35-43da-82a2-f89f1b06f7a4"
By label
You can also look up report elements with one of their labels.
[Public datalake] List report elements by label
curl -X GET "http://secxbrl.28.io/v1/_queries/public/api/report-elements?aid=S1001J4B-2§ion=http://disclosure.edinet-fsa.go.jp/role/jppfs/rol_StatementOfIncome&label=Extraordinary%20income&token=c3049752-4d35-43da-82a2-f89f1b06f7a4"