You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new GET API for retrieving the recipient account list with possibility for paging. Possible solution:
GET /api/admin/messages/stats/recipients/{message_id}?offset=0&limit=20
This proposal will require the message id to be returned in the json response from point 1.
A new GET API for retrieving the recipient account list who read the message with possibility for paging. Possible solution:
GET /api/admin/messages/stats/read/{message_id}?offset=0&limit=20
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
/api/admin/messages/stats/source/{source}
to return the title / subject in the json response. Possible response:GET
/api/admin/messages/stats/recipients/{message_id}?offset=0&limit=20
Response:
This proposal will require the message id to be returned in the json response from point 1.
GET
/api/admin/messages/stats/read/{message_id}?offset=0&limit=20
Response:
This proposal will require the message id to be returned in the json response from point 1.
Note: These are just proposed solution. Adjust them as needed in the context of the BB implementation.
Additional context
This issue is related to https://github.com/rokwire/illinois_admin/issues/123
The text was updated successfully, but these errors were encountered: