]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/api.txt
New API "/ctdl/r/ROOMNAME/mailbox" downloads a mailbox summary of the current room...
[citadel.git] / webcit-ng / api.txt
index d1ba7da3dc521085caeefef683ef658eafc7209a..e46e631be8e41f0f3f7d7da501379aa6e8f0fe63 100644 (file)
@@ -10,6 +10,7 @@ GET           /ctdl/r/ROOMNAME/               Returns information about the room (name, view, etc.) in
 GET            /ctdl/r/ROOMNAME/info.txt       Returns the room info banner for this room
 GET            /ctdl/r/ROOMNAME/msgs.all       JSON array of message list in room
 GET            /ctdl/r/ROOMNAME/msgs.new       JSON array of message list in room (new messages)
+GET            /ctdl/r/ROOMNAME/mailbox        JSON dictionary of a mailbox summary in this room
 GET            /ctdl/r/ROOMNAME/MSGNUM         Retrieve the content of an individual message
 GET            /ctdl/r/ROOMNAME/MSGNUM/json    Retrieve an individual message in a room, encapsulated in JSON
 DELETE         /ctdl/r/ROOMNAME/MSGNUM         Deletes a message from a room