notification
Graphql fields and variables for the notification query
Scope required: standard:read
For a complete list of possible response fields see the Notification type.
query notification ($id: ID, $code: String, $format: String) {
notification (id: $id, code: $code, format: $format) {
action
createdAt
description
id
recipientUserId
seenAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?