미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=bs-smartlist-tasks

(main | bs-smartlist-tasks)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: BlueSpiceSmartList
  • 라이선스: GPL-3.0-only

API functions to serve portlet data for page and user statistics.

변수:
task

The task that should be executed

getMostVisitedPages
스키마, 변수 예제
getMostEditedPages
스키마, 변수 예제
getMostActivePortlet
스키마, 변수 예제
getYourEditsPortlet
스키마, 변수 예제
getUserTaskPermissions
스키마, 변수 예제
이 변수는 필수 입력 사항입니다.
다음 값 중 하나: getMostVisitedPages, getMostEditedPages, getMostActivePortlet, getYourEditsPortlet, getUserTaskPermissions 또는 alternative: getMostVisitedPages, getMostEditedPages, getMostActivePortlet, getYourEditsPortlet, getUserTaskPermissions
taskData

JSON string encoded object with arbitrary data for the task

기본값: {}
context

JSON string encoded object with context data for the task

기본값: {}
schema

Show the JSON schema for the task parameters

examples

Show examples of task parameters

format

The format of the result

다음 값 중 하나: json, jsonfm 또는 alternative: json, jsonfm
기본값: json
token

"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다

이 변수는 필수 입력 사항입니다.