Skip to content

Backend Routes

Tony G edited this page Feb 1, 2024 · 5 revisions

users routes

PUT /api/users/{user_id}/account

GET /api/users/{user_id}/flowcharts

flowcharts routes

POST /api/flowcharts

GET /api/flowcharts/{flowchart_id} PUT /api/flowcharts/{flowchart_id} DELETE /api/flowcharts/{flowchart_id}

symbols routes

GET /api/flowcharts/{flowchart_id}/symbols POST /api/flowcharts/{flowchart_id}/symbols

GET /api/flowcharts/{flowchart_id}/symbols/{symbol_id} PUT /api/flowcharts/{flowchart_id}/symbols/{symbol_id} DELETE /api/flowcharts/{flowchart_id}/symbols/{symbol_id}

directional flows routes

GET /api/flowcharts/{flowchart_id}/directional-flows POST /api/flowcharts/{flowchart_id}/directional-flows

GET /api/flowcharts/{flowchart_id}/directional-flows/{flow_id} PUT /api/flowcharts/{flowchart_id}/directional-flows/{flow_id} DELETE /api/flowcharts/{flowchart_id}/directional-flows/{flow_id}

symbol format routes

GET /api/flowcharts/{flowchart_id}/symbols/{symbol_id}/format POST /api/flowcharts/{flowchart_id}/symbols/{symbol_id}/format PUT /api/flowcharts/{flowchart_id}/symbols/{symbol_id}/format DELETE /api/flowcharts/{flowchart_id}/symbols/{symbol_id}/format

grid control routes

GET /api/flowcharts/{flowchart_id}/grid-controls POST /api/flowcharts/{flowchart_id}/grid-controls

GET /api/flowcharts/{flowchart_id}/grid-controls/{grid_id} PUT /api/flowcharts/{flowchart_id}/grid-controls/{grid_id} DELETE /api/flowcharts/{flowchart_id}/grid-controls/{grid_id}

integration routes

GET /api/users/{user_id}/integrations POST /api/users/{user_id}/integrations

GET /api/users/{user_id}/integrations/{integration_id} PUT /api/users/{user_id}/integrations/{integration_id} DELETE /api/users/{user_id}/integrations/{integration_id}

collaboration routes

POST /api/flowcharts/{flowchart_id}/collaboration/invite

POST or PUT /api/flowcharts/{flowchart_id}/collaboration/{invitation_id}/response

GET /api/flowcharts/{flowchart_id}/collaboration/collaborators

PUT /api/flowcharts/{flowchart_id}/collaboration/collaborators/{user_id} DELETE /api/flowcharts/{flowchart_id}/collaboration/collaborators/{user_id}

Clone this wiki locally