미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=bs-checklist-available-options-store
- 이 모듈은 read 권한을 요구합니다.
- 출처: BlueSpiceChecklist
- 라이선스: GPL-3.0-only
체크리스트 틀의 사용 가능한 모든 옵션을 나열합니다. 정렬, 필터링, 쪽 번호 매기기를 허용합니다. ExtJS Store 변수를 구현합니다.
- sort
JSON string with sorting info; deserializes to
array of objectsthat hold field name and direction for each sorting option- 기본값: []
- group
JSON string with grouping info; deserializes to
array of objectsthat hold field name and direction for each grouping option- 기본값: []
- filter
JSON string with filter info; deserializes to
array of objectsthat 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 cacheflag- 유형: 정수
- 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