Skip to content

Sequence Diagram

Sequence diagrams show interactions between participants over time.

Basic Messages

AliceBobHello BobHi Alice

Participants & Actors

ServerUserGET /api/data200 OK

Arrow Types

SyntaxStyle
->Solid, open head
->>Solid, filled head
-->Dotted, open head
-->>Dotted, filled head
-xSolid, cross
--xDotted, cross
ABSolid arrowDotted arrowCross

Notes

ABThis is a noteShared noteHello

Loops

loopEvery 5 secondsClientServerRequestHeartbeat

Alt / Else

altValid credentialsClientServerLogin200 OK401 Unauthorized

Full Example

UserAppAPIDBClick submitPOST /ordersINSERT orderOK201 CreatedShow confirmation