راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=bs-namespace-store
- این پودمان نیازمند اختیارات خواندن است.
- منبع: BlueSpiceNamespaceManager
- مجوز: GPL-3.0-only
Lists all namespaces and arbitrary configuration. Allows sorting, filtering and pagination. Implements ExtJS Store parameters.
- 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
- تعداد نتایج برای نمایش 
- نوع: عدد صحیح
- پیشفرض: 250
- 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
- نوع: عدد صحیح
- format
- فرمت خروجی (فقط جیسان یا جیسان قالببندیشده) 
- یکی از مقدارهای زیر: json، jsonfm
- پیشفرض: json
- context
- JSON string encoded object with context data for the store