Get notification from ID
GET /notification/{id}
GET
/notification/{id}
Authorizations
Parameters
Path Parameters
id
required
string
The ID of the notification
Responses
200
Expected response to a valid request
object
id
required
The id of the notification
string
user_id
required
The id of the user who received the notification
string
type
The type of notification
string
title
required
The title of the notification
string
text
required
The body text of the notification
string
link
required
A link to the related project or version
string
read
required
Whether the notification has been read or not
boolean
created
required
The time at which the notification was created
string format: ISO-8601
actions
required
A list of actions that can be performed
Array<object>
An action that can be performed on a notification
object
title
The friendly name for this action
string
action_route
The HTTP code and path to request in order to perform this action.
Array<string>
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)