Format
@pasar6987/zoho-expense
zoho-expense API schema: 9 streams, 419 fields.
Native (downloadable) · Latest 1.0.0 published Mar 4, 2026 · 9 datasets / 56 measures in the latest preview · Updated Mar 16, 2026
Snapshot
Registry facts before deep inspection
Format, origin, ownership, and release context surface first so the package can be qualified quickly.
Latest release
Origin
Installability
Domain
Source
Owner
@pasar6987Organization
Repository
License
Visibility
Tags
Schema preview
Model preview
Structure before documentation
Preview the package footprint first, then open the dedicated explorer if you need field-level inspection.
Python handoff
Use this package directly in code
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/zoho-expense
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/zoho-expense")
prompt = rawctx.to_prompt(
"@pasar6987/zoho-expense",
datasets=["users", "trips"],
max_tokens=2000,
)
print(model.datasets) # ["users", "trips", "expense_reports"]
print(model.measures) # [Measure(name="users.approval_amount_limit", ...), Measure(name="users.submission_amount_limit", ...), Measure(name="trips.bcy_budget_amount", ...)]
print(model.dimensions) # [Dimension(name="accounting_app_name", ...), Dimension(name="accounting_reference_id", ...), Dimension(name="accounting_vendor_reference_id", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package qualifies on source, preview, and installability.
@pasar6987/zoho-expense
zoho-expense API schema — 9 streams, 419 fields.
Overview
| Count | |
|---|---|
| Streams (Datasets) | 9 |
| Dimensions | 363 |
| Measures | 56 |
| Relationships | 11 |
Streams
- users — users data from zoho-expense
- trips — trips data from zoho-expense
- expense_reports — expense_reports data from zoho-expense
- projects — projects data from zoho-expense
- customers — customers data from zoho-expense
- organizations — organizations data from zoho-expense
- expense_categories — expense_categories data from zoho-expense
- currencies — currencies data from zoho-expense
- taxes — taxes data from zoho-expense
Install
rawctx snapshot-download @pasar6987/zoho-expense
Topology
Semantic graph
Use the graph last, once the package has already qualified on release state, preview, and documentation.
Semantic Graph
Datasets 0 / Measures 0 / Dimensions 0 / Relationships 0
Loading semantic graph...
