미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=notifications (not)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Echo
- 라이선스: MIT
현재 사용자를 기다리고 있는 알림을 가져옵니다.
- notfilter
필터 알림 반환됨.
- 값 (|로 구분): !read, read 또는 다른 문자열: !read, read
- 기본값: read|!read
- notprop
상세한 요청 내용.
- 값 (|로 구분): count, list, seenTime 또는 다른 문자열: count, list, seenTime
- 기본값: list
- notsections
쿼리로의 알림 부분 (예를 들어 'alert'과 'message'의 어떤 조합).
- 값 (|로 구분): alert, message 또는 다른 문자열: alert, message
- 기본값: alert|message
- notgroupbysection
Whether to group the result by section. Each section is fetched separately if set.
- 유형: 불리언 (자세한 정보)
- notformat
If specified, notifications will be returned formatted this way.
- model
- 미가공 알림 데이터
- special
- Formatted for Special:Notifications page (and only that!) Do not rely on the HTML as it may change at any given time.
- flyout
- Deprecated. Use notformat=model for raw data
- html
- Deprecated. Use notformat=model for raw data
- 다음 값 중 하나: flyout, html, model, special 또는 다른 문자열: flyout, html, model, special
- notlimit
반환할 최대 알림 수입니다.
- 유형: 정수 또는 max
- 값은 1와 50 사이여야 합니다.
- 기본값: 20
- notcontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- notunreadfirst
Whether to show unread notifications first (only used if groupbysection is not set).
- 유형: 불리언 (자세한 정보)
- nottitles
이 문서들의 알림만 반환합니다. 어떠한 문서에도 속하지 않은 알림을 받으려면 제목으로 []를 사용하세요.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 50(더 높은 제한이 허용된 클라이언트의 경우 500)입니다.
- notbundle
규칙을 묶는 알림 유형에 따라 묶음과 호환되는 읽지 않은 알림을 보여줄지의 여부.
- 유형: 불리언 (자세한 정보)
- notnotifiertypes
Notifier types for which to return notifications.
- 값 (|로 구분): email, web 또는 다른 문자열: email, web
- 기본값: web
- notalertcontinue
더 많은 경보 결과를 사용할 수 있을 때, 계속하려면 이것을 사용합니다.
- notalertunreadfirst
Whether to show unread message notifications first (only used if groupbysection is set).
- 유형: 불리언 (자세한 정보)
- notmessagecontinue
When more message results are available, use this to continue.
- notmessageunreadfirst
읽지 않은 경보 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).
- 유형: 불리언 (자세한 정보)
- 웹 알림 리스트
- api.php?action=query&meta=notifications [연습장에서 열기]
- List web notifications, grouped by section, with counts
- api.php?action=query&meta=notifications¬prop=count¬sections=alert|message¬groupbysection=1 [연습장에서 열기]
- List email notifications
- api.php?action=query&meta=notifications¬notifiertypes=email [연습장에서 열기]