Sequence Diagram

The highest-value diagram in this list. Time runs down; participants across.

Sequence Diagram: rendered example
Rendered by Gnomon from the source below. No edits.

The source

27 lines of PlantUML, and needs nothing beyond the bundled engine. Copy it, or open the template inside Gnomon and render it as it is.

@startuml

title Sequence Diagram

actor User as U
participant "Web App" as W
participant "API" as A
database "Database" as D

U -> W: Request
activate W

W -> A: API Call
activate A

A -> D: Query
activate D
D --> A: Results
deactivate D

A --> W: Response
deactivate A

W --> U: Display
deactivate W

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in UML and standard diagrams