미디어위키 API 도움말

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

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

action=bs-readers-users-store

(main | bs-readers-users-store)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: BlueSpiceReaders
  • 라이선스: GPL-3.0-only

특정 페이지의 모든 독자 정보를 가져옵니다.

변수:
sort

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

기본값: []
group

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

기본값: []
filter

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

기본값: []
page

Allows server side calculation of start/limit

유형: 정수
기본값: 0
limit

Number of results to return

유형: 정수
기본값: 25
start

The offset to start the result list from

유형: 정수
기본값: 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

유형: 정수
format

The format of the output (only JSON or formatted JSON)

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

JSON string encoded object with context data for the store