Confirmed users
99
edits
No edit summary |
No edit summary |
||
| Line 123: | Line 123: | ||
Inflow API entry point: '''/raindrop/_api/inflow/grouping/summary''' | Inflow API entry point: '''/raindrop/_api/inflow/grouping/summary''' | ||
Fetches and returns information about one or more groupings. | Fetches and returns information about one or more groupings. It is expected that applications will call this function to determine all the groupings with unread messages, then use the conversations/in_group end-point to fetch the specific conversations. | ||
===== Request Params ===== | ===== Request Params ===== | ||
| Line 130: | Line 130: | ||
===== Response ===== | ===== Response ===== | ||
The response is an array of | The response is an array of 'grouping summary' objects. Each summary object has the following properties: | ||
* '''rd_key''': The ID of the grouping. | |||
* '''unread''': An array of conversation IDs for the first 5 conversations in the group with unread messages. | |||
* '''num_unread''': The total number of conversations in the group with unread messages. | |||