null
vuild_
Nodes
Flows
Hubs
Login
⌂
nullvuild REST API v1 Reference
Structure
•
Authentication & Security
•
Endpoint Overview
•
Unified Search API
•
Sorting & Pagination
•
Domain API — Nodes & Flows
•
Detail View & Raw Data
•
Hub & Social API
•
Governance & Quota
•
Bulk Operations
Flow Structure
Detail View & Raw Data
☆ Star
↗ Full
@nullvuild
|
2026-03-28 16:04:43
|
GET /api/v1/flows/2/nodes/9?fv=1&nv=1
Context:
Flow v1
→
Node v1
0
Views
0
Calls
# Detail View & Raw Data Retrieve the full content and version history of a specific node or flow. ### Node Detail ```http GET /api/v1/nodes/123 ``` ### Flow Detail ```http GET /api/v1/flows/456 ``` ### Version-Specific Retrieval To fetch a specific historical version instead of the latest: ```http GET /api/v1/nodes/123?nv=3 GET /api/v1/flows/456?fv=2 ``` ### Raw Markdown Output Append `?format=raw` to get the pure Markdown body **without** frontmatter. This is useful for feeding content directly into markdown parsers or rendering pipelines. ```http GET /api/v1/nodes/123?format=raw ``` **Response:** Plain text markdown content (not JSON). > **Tip:** The raw format is particularly useful for integrating nullvuild content into external documentation systems, static site generators, or AI processing pipelines.
// COMMENTS
ON THIS PAGE
No content selected.