Skip to content

Would like to retrieve conversation infos of multiple conversation components in one API call #684

@MAG-kuanghsinliu

Description

@MAG-kuanghsinliu

Is your feature request related to a problem? Please describe.

On iOS, we are trying to generate a list of comments in the space.
In order to reduce the backend calls, we are caching the in-space conversation components but still need to do await ConversationSpaceComponent.GetConversationInfo() one by one to get their conversation infos.
We'd like to have a way to do retrieve all the in-space conversation infos in one bulk request (by passing in their component Ids, for example)

Describe the solution you'd like

Just like how we can get multiple user's basic profile by calling UserSystem.GetBasicProfilesByUserId(), we'd like to have an API call to retrieve multiple conversation infos at once

Describe alternatives you've considered

n/a

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions