MediaWiki API súgó

Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.

Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=bs-watchlist-store

(main | bs-watchlist-store)
  • Ez a modul olvasási jogot igényel.
  • Forrás: BlueSpiceFoundation
  • Licenc: GPL-3.0-only

Lists all watchlist entries. Allows sorting, filtering and pagination. Implements store parameters.

Jellemző paraméterek:
Other general parameters are available.
format

Az eredmény formátuma

A következő értékek egyike: json, jsonfm
Alapértelmezett: json
sort

JSON string with sorting info; deserializes to array of objects that hold field name and direction for each sorting option

Alapértelmezett: []
group

JSON string with grouping info; deserializes to array of objects that hold field name and direction for each grouping option

Alapértelmezett: []
filter

JSON string with filter info; deserializes to array of objects that hold field name, filter type, and filter value for each filtering option

Alapértelmezett: []
page

Allows server side calculation of start/limit

Típus: egész szám
Alapértelmezett: 0
limit

Megjelenítendő találatok száma

Típus: egész szám
Alapértelmezett: 25
start

The offset to start the result list from

Típus: egész szám
Alapértelmezett: 0
callback

A method name in the client code that should be called in the response (JSONP)

query

Similar to filter, but the provided value serves as a filter only for the value field of an ExtJS component

_dc

Disable cache flag

Típus: egész szám
context

JSON string encoded object with context data for the store

Alapértelmezett: {}