Browse the extensions reference

reportingTaxonomy

returns Taxonomy

The locked US GAAP reporting taxonomy, or null.

Arguments

None. The graph is chosen by the URL, never by an argument.

Returns Taxonomy

One taxonomy header — identity + lifecycle flags. Atoms (elements, structures, associations, rules) are exposed via the Taxonomy Block envelope. taxonomyType discriminates: chart_of_accounts, reporting_standard, reporting_extension, custom_ontology, mapping, schedule. is_locked=True means library-origin (immutable for tenants); is_shared=True means visible to multiple graphs from a shared registry.

FieldTypeDescription
idString!
nameString!
descriptionString
taxonomyTypeString!
versionString
standardString
namespaceUriString
isSharedBoolean!
isActiveBoolean!
isLockedBoolean!
sourceTaxonomyIdString
targetTaxonomyIdString

Example

query
{ reportingTaxonomy { id name description taxonomyType } }
curl
curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "{ reportingTaxonomy { id name description taxonomyType } }"}'