returns Taxonomy
The locked US GAAP reporting taxonomy, or null.
None. The graph is chosen by the URL, never by an argument.
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.
| Field | Type | Description |
|---|---|---|
| id | String! | — |
| name | String! | — |
| description | String | — |
| taxonomyType | String! | — |
| version | String | — |
| standard | String | — |
| namespaceUri | String | — |
| isShared | Boolean! | — |
| isActive | Boolean! | — |
| isLocked | Boolean! | — |
| sourceTaxonomyId | String | — |
| targetTaxonomyId | String | — |
{ reportingTaxonomy { id name description taxonomyType } }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 } }"}'