Skip to content

Notification count on Messages tab #25

Closed
@jmgasper

Description

@jmgasper

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

image (1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions