Named commands for accounting & reporting writes and analytical views
57 operations.
/extensions/roboledger/{graph_id}/operations/initializeOne-time setup: creates the fiscal calendar and seeds periods.
/extensions/roboledger/{graph_id}/operations/update-entityUpdate the graph's primary entity.
/extensions/roboledger/{graph_id}/operations/change-reporting-styleSwitch the reporting entity's Reporting Style — how its statements are laid out (equity-form, close-target concept, per-statement Networks).
/extensions/roboledger/{graph_id}/operations/create-taxonomy-blockCreate a taxonomy block atomically: one envelope carrying the taxonomy row plus its structures, elements, associations, and rules.
/extensions/roboledger/{graph_id}/operations/initialize-chart-of-accountsCreate the graph's chart of accounts from a shipped template — the fresh-company path to native books.
/extensions/roboledger/{graph_id}/operations/update-taxonomy-blockIncrementally mutate a taxonomy block via typed delta lists (elements/structures/associations/rules to add, update, remove).
/extensions/roboledger/{graph_id}/operations/delete-taxonomy-blockDelete a taxonomy block and return a thin confirmation.
/extensions/roboledger/{graph_id}/operations/link-entity-taxonomyLink the graph's entity to a taxonomy.
/extensions/roboledger/{graph_id}/operations/create-mapping-associationLink a chart-of-accounts element to a US GAAP reporting concept.
/extensions/roboledger/{graph_id}/operations/delete-mapping-associationRemove a single CoA → reporting-concept mapping edge by id.
/extensions/roboledger/{graph_id}/operations/auto-map-elementsDispatches to the background worker — returns a pending envelope immediately.
/extensions/roboledger/{graph_id}/operations/create-information-blockGeneric Information Block construction entry.
/extensions/roboledger/{graph_id}/operations/update-information-blockGeneric Information Block update entry.
/extensions/roboledger/{graph_id}/operations/delete-information-blockGeneric Information Block deletion entry.
/extensions/roboledger/{graph_id}/operations/evaluate-rulesRuns every rule targeting the given structure (plus element- and association-scoped rules for the structure's atoms), binds $Variable references to in-scope facts via qname…
/extensions/roboledger/{graph_id}/operations/compute-metricsResolves the Derive rules scoped to a metric block (blocktype='metric'), binds each rule's operands to the entity's most recent persisted report facts at periodend, evaluates, and…
/extensions/roboledger/{graph_id}/operations/assert-metricsWrites externally-observed metric values (usage counts, marketing numbers, hand-carried figures) into the period's standing factsettype='metric' FactSet with AssertedProvenance —…
/extensions/roboledger/{graph_id}/operations/compute-forecastWalks a forecast block's driver cascade month-by-month forward from its base period: lever-driven rs-driver Derive rules in dependency order, carry-forward for unmodeled…
/extensions/roboledger/{graph_id}/operations/bind-text-blockBind a platform Document (markdown) — or one of its sections — to a disclosure element as a Nonnumeric text-block fact.
/extensions/roboledger/{graph_id}/operations/create-agentCreate a counterparty record (customer, vendor, employee, etc.).
/extensions/roboledger/{graph_id}/operations/update-agentPatch counterparty fields.
/extensions/roboledger/{graph_id}/operations/create-event-blockPersist a real-world business event.
/extensions/roboledger/{graph_id}/operations/update-event-blockApply a status transition (captured → classified | committed | voided) and/or field corrections (description, effectiveat, metadatapatch) to an existing event block.
/extensions/roboledger/{graph_id}/operations/execute-event-blockFor events on a connection with writepolicy='qbauthoritative' or 'hybrid', publish the captured GL plan to the source-of-truth system (QuickBooks).
/extensions/roboledger/{graph_id}/operations/create-event-handlerDefine a rule that fires GL transactions when a matching event block is created with applyhandlers=True.
/extensions/roboledger/{graph_id}/operations/update-event-handlerPatch an event handler's match criteria, template, priority, or active state.
/extensions/roboledger/{graph_id}/operations/preview-event-blockDry-run: resolve the matching handler and evaluate the transaction template without writing any rows.
/extensions/roboledger/{graph_id}/operations/preview-reconciling-itemRead what changed on a reconciling item — an event whose source-system payload changed after it was posted (list them with list-event-blocks isreconcilingitem=true).
/extensions/roboledger/{graph_id}/operations/resolve-reconciling-itemDispose of one reconciling item and clear its flag.
/extensions/roboledger/{graph_id}/operations/update-journal-entryUpdate a draft journal entry.
/extensions/roboledger/{graph_id}/operations/delete-journal-entryHard-delete a draft journal entry.
/extensions/roboledger/{graph_id}/operations/promote-obligationsPromote matured pending schedule obligations (scheduleentrydue events whose period boundary has passed) to 'classified', and — when dispatchhandlers=true (default) — draft their…
/extensions/roboledger/{graph_id}/operations/rebuild-scheduleRe-run the schedule generator in place on an existing schedule.
/extensions/roboledger/{graph_id}/operations/terminate-scheduleEnd a schedule early at a month-end cutoff without booking any entry.
/extensions/roboledger/{graph_id}/operations/set-close-targetSet the user-controlled goal period for closing (closetarget).
/extensions/roboledger/{graph_id}/operations/close-periodLock a single fiscal period.
/extensions/roboledger/{graph_id}/operations/reopen-periodReopen a closed period for adjustment.
/extensions/roboledger/{graph_id}/operations/backfill-plan-historyCompile monthly statement history behind the close boundary — the plan's historical columns.
/extensions/roboledger/{graph_id}/operations/create-reportGenerates report facts from the ledger and marks the report as published.
/extensions/roboledger/{graph_id}/operations/regenerate-reportRe-runs fact generation for an existing Report against the latest ledger state.
/extensions/roboledger/{graph_id}/operations/delete-reportDeletes the report definition and all generated facts.
/extensions/roboledger/{graph_id}/operations/share-reportPushes a published report to every member of the target publish list.
/extensions/roboledger/{graph_id}/operations/revoke-report-shareWithdraws a report previously shared to one recipient graph: deletes the copy from that recipient's schema and stamps the share record revoked.
/extensions/roboledger/{graph_id}/operations/file-reportTransitions the Report's filingstatus to 'filed' — locks the package.
/extensions/roboledger/{graph_id}/operations/transition-filing-statusMove a Report along the non-file legs of the filing lifecycle (draft ↔ underreview, filed → archived).
/extensions/roboledger/{graph_id}/operations/create-publish-listCreate a publish list (a saved set of recipient graphs).
/extensions/roboledger/{graph_id}/operations/update-publish-listUpdates the publish list's name and/or description.
/extensions/roboledger/{graph_id}/operations/delete-publish-listDelete a publish list and its membership rows.
/extensions/roboledger/{graph_id}/operations/add-publish-list-membersAdd one or more recipient graphs to a publish list.
/extensions/roboledger/{graph_id}/operations/remove-publish-list-memberRemove a single recipient from a publish list.
/extensions/roboledger/{graph_id}/operations/block-source-graphBars a graph from sharing reports into this one.
/extensions/roboledger/{graph_id}/operations/unblock-source-graphLifts a block, allowing that graph to share reports into this one again.
/extensions/roboledger/{graph_id}/operations/live-financial-statementGenerate an ad-hoc financial statement directly from the tenant's OLTP ledger data using the active CoA→GAAP mapping.
/extensions/roboledger/{graph_id}/operations/build-fact-gridQueries LadybugDB Fact nodes by element qnames or canonical concepts, with filters for periods, entities, form, and fiscal context.
/extensions/roboledger/{graph_id}/operations/financial-statement-analysisQuery a rendered financial statement from the graph-backed XBRL hypercube (Structure → FactSet → Fact).
/extensions/roboledger/{graph_id}/operations/disclosuresThe map of a report's sections: one row per disclosure family — a note with its policies, tables and details, a statement with its parenthetical, the cover page — with block…
/extensions/roboledger/{graph_id}/operations/information-blockOne section of a report read whole — the expensive call: rows in presentation order with the consolidated value per period column, the same rows broken out by the section's own…