Closed
Description
The API on the messages tab for pulling the notification count will be:
DEV:
https://vanilla.topcoder-dev.com/api/v2/groups/{{challenge UUID}}/member/{{Topcoder handle}}?access_token={{Configurable access token for the app}}
PROD:
https://vanilla.topcoder-dev.com/api/v2/groups/{{challenge UUID}}/member/{{Topcoder handle}}?access_token={{Configurable access token for the app}}
NOTE: Currently the "Topcoder handle" has to be replaced by the Vanilla User ID. You can test with User ID 9
in dev for the next 12-24 hours, at which point it will also accept a Topcoder handle (like TonyJ
).
Response
{
"userID": 9,
"watch": false,
"unreadNotifications": 0
}
UI
Metadata
Metadata
Assignees
Labels
No labels