그래프 API 버전

User Notifications

읽기

이 엔드포인트에서 수행할 수 없는 작업입니다.

만들기

다음 경로에서 notifications 에지에 POST 요청을 만들 수 있습니다:
When posting to this edge, no Graph object will be created.

매개변수

매개변수설명
bot_message_payload_elements
string

Optional bot message payload used for sending a customizable generic template XMA to the recipient if a bot message is sent. If not specified, then a standard generic template XMA will be sent using just the message title and body.

filtering
list<enum{groups, groups_social, ema}>

Notification filters to apply.

href

The relative path and GET params used in the a2u target url.

label
string

Optional label to group similar updates.

message
JSON object

Contains the title, main message body, and media image for the notification.

title
string

title

필수
body
string

body

필수
media_url
URI

media_url

notif_ids
list<string>

The notification ids to act on.

payload
string

Optional custom payload that will be added to the URL encoding of the game that is generated when the notification is clicked.

read
boolean

Indicates that the provided notification ids should be marked as read

ref
string

A reference param used for logging

schedule_interval
int64

Time from now (in seconds) that the notification will be sent

seen
boolean

Indicates that the provided notification ids should be marked as seen

template

Used for creating a2u notifications.

이모티콘 지원
type
enum{generic, content_update}

Notification type

반환 유형

이 엔드포인트는 기록 후 읽기 기능을 지원하며 회원님이 게시한 노드를 읽습니다.
Struct {
success: bool,
notification_id: int32,
}

오류 코드

오류설명
613Calls to this api have exceeded the rate limit.
288Sending notificatons to user requires the extended permission app_notifications
100Invalid parameter
200Permissions error
368The action attempted has been deemed abusive or is otherwise disallowed
190Invalid OAuth 2.0 Access Token

업데이트 중

이 엔드포인트에서 수행할 수 없는 작업입니다.

삭제 중

이 엔드포인트에서 수행할 수 없는 작업입니다.