iachat/app/views/api/v1/accounts/conversations
Pranav 22331fb626
fix: Paginate attachments API (#11044)
There are attachments with over 1000 attachments (unusual) in
production, and some of them timeout. This PR would limit the number of
attachments to 100 (which is sufficient for viewing the files in the
gallery, pagination on the UI can be added later).
2025-03-07 13:56:10 -08:00
..
assignments Chore: Scope URLs with account_id (#601) 2020-03-09 23:27:10 +05:30
labels Chore: Scope URLs with account_id (#601) 2020-03-09 23:27:10 +05:30
messages feat(perf): Cache labels on the conversation model (#8527) 2023-12-11 18:27:55 -08:00
participants chore: Add controllers for conversation participants (#6462) 2023-02-15 16:33:31 -08:00
attachments.json.jbuilder fix: Paginate attachments API (#11044) 2025-03-07 13:56:10 -08:00
create.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
custom_attributes.json.jbuilder chore: Conversation custom attribute APIs (#3024) 2021-09-22 10:46:48 +05:30
filter.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
index.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
meta.json.jbuilder chore: Add assigned_count to conversation APIs (#2665) 2021-07-19 19:10:58 +05:30
search.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
show.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
toggle_status.json.jbuilder feat: Display "Snoozed Until" time on conversation header (#3028) 2021-09-29 19:33:51 +05:30
unread.json.jbuilder feat: Allow users to mark a conversation as unread (#5924) 2022-11-24 10:55:45 +03:00
update_last_seen.json.jbuilder fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) 2022-10-05 17:24:34 -07:00
update.json.jbuilder feat: Conversation update API for sla_policy_id (#8973) 2024-03-14 17:22:32 +05:30