Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chats REST GET does not return paging info #74

Closed
mmacfadden opened this issue Jan 18, 2020 · 0 comments
Closed

Chats REST GET does not return paging info #74

mmacfadden opened this issue Jan 18, 2020 · 0 comments
Assignees
Labels
breaking The resolution creates a breaking API change bug Something isn't working server Issues related to the server
Milestone

Comments

@mmacfadden
Copy link
Contributor

Versions

  • Convergence Version: 1.0.0-rc.4

Describe the Bug
A GET to /domains/convergence/default/chats?offset=0&limit=10 will return an array of chat info data, instead of a PagedData structure.

Expected Behavior
Since this API supports paging, a Paged Data structure should be returned.

@mmacfadden mmacfadden added bug Something isn't working server Issues related to the server labels Jan 18, 2020
@mmacfadden mmacfadden added this to the 1.0.0-rc.5 milestone Jan 18, 2020
@mmacfadden mmacfadden added the breaking The resolution creates a breaking API change label Jan 18, 2020
@mmacfadden mmacfadden self-assigned this Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking The resolution creates a breaking API change bug Something isn't working server Issues related to the server
Projects
None yet
Development

No branches or pull requests

1 participant