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
At the moment we only support 2 platforms: connect which retunrs only notification types which start from connect.notification. and community which returns all other notifications.
We need to support 3rd platfrom: taas which would return only notifications with type which stats from taas.notification.. Note, that community should be also updated to return all other notifications which are not connect and not taas.
The text was updated successfully, but these errors were encountered:
When retreiving notifications using endpoint
GET https://api.topcoder-dev.com/v5/notifications/list?read=false&platform=connect&per_page=1000
we can filter notifications by theplatform
https://github.com/topcoder-platform/tc-notifications/blob/dev/src/services/NotificationService.js#L199-L206.At the moment we only support 2 platforms:
connect
which retunrs only notification types which start fromconnect.notification.
andcommunity
which returns all other notifications.We need to support 3rd platfrom:
taas
which would return only notifications with type which stats fromtaas.notification.
. Note, thatcommunity
should be also updated to return all other notifications which are notconnect
and nottaas
.The text was updated successfully, but these errors were encountered: