Closed (fixed)
Project:
FlowDrop Node Session
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2026 at 09:05 UTC
Updated:
23 Feb 2026 at 21:39 UTC
Jump to comment: Most recent
Implement RESTful API endpoints that allow programmatic creation of playground sessions with entity context. This enables external systems, custom modules, and JavaScript applications to create entity-aware workflow sessions without requiring direct PHP access.
NodeSessionApiController handling all REST endpointsPOST /api/flowdrop-node-session/workflows/{workflow_id}/sessionsGET /api/flowdrop-node-session/sessions/{session_id}/entity-contextPOST /api/flowdrop-node-session/workflows/my_workflow/sessions Content-Type: application/json { "entity_type": "node", "entity_id": "123", "revision_id": "456", "bundle": "article", "name": "Review Article #123", "metadata": {} }
Comments
Comment #2
d34dman commented