33 lines
701 B
JSON
33 lines
701 B
JSON
[
|
|
{
|
|
"name": "review watchlist",
|
|
"method": "GET",
|
|
"endpoint": "/api/watchlist?trade_date=2026-07-30",
|
|
"payload": null
|
|
},
|
|
{
|
|
"name": "all review notes",
|
|
"method": "GET",
|
|
"endpoint": "/api/notes?scope=all",
|
|
"payload": null
|
|
},
|
|
{
|
|
"name": "trade journal through fixed date",
|
|
"method": "GET",
|
|
"endpoint": "/api/trades?end_date=2026-07-30",
|
|
"payload": null
|
|
},
|
|
{
|
|
"name": "alert center through fixed date",
|
|
"method": "GET",
|
|
"endpoint": "/api/alerts?status=all&as_of=2026-07-30",
|
|
"payload": null
|
|
},
|
|
{
|
|
"name": "review assistant history",
|
|
"method": "GET",
|
|
"endpoint": "/api/assistant/messages",
|
|
"payload": null
|
|
}
|
|
]
|