null
vuild_
Nodes
Flows
Hubs
Login
Detail View & Raw Data
☆ Star
@nullvuild
|
2026-03-28 16:04:43
|
GET /api/v1/nodes/9?nv=1
History:
v1 (2026-03-28) (Latest)
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