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
We improve performance if we don't include the senders reference in the response. Is it important to include this value or could we drop it?
What behavior do we want if the user is not authorized to review the notifications e.g. it is not the creator requesting the notifications. Do we want to return 403 or could we simply return:
An important note here, is that this would also be the respose if you call this endpoint before the requested send time of the order.
Success results are: succeeded (accepted by communication services) and delivered. Meaning the success count might change if anything bounced back for instance. Is this ok?
Test
Acceptance Criteria
200 OK response if orderId exists and user has access
404 Not found if orderId does not exist
404 NOT found if orderId exists, but user does not have access
403 response if missing access token or scopes
401 if missing bearer token
Senders reference should be included in response if it exists
Expected mapping between status and descriptions
The text was updated successfully, but these errors were encountered:
Description
swagger: https://app.swaggerhub.com/apis/STEPHANIEBUADU/Notifications/1.0
Tasks
Consideration
We improve performance if we don't include the senders reference in the response. Is it important to include this value or could we drop it?
What behavior do we want if the user is not authorized to review the notifications e.g. it is not the creator requesting the notifications. Do we want to return 403 or could we simply return:
An important note here, is that this would also be the respose if you call this endpoint before the requested send time of the order.
Test
Acceptance Criteria
The text was updated successfully, but these errors were encountered: