Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=bs-task
(main | bs-task)
- Tento modul vyžaduje oprávnění ke čtení.
- Zdroj: BlueSpiceFoundation
- Licence: GPL-3.0-only
Provides the API endpoint for executing registered tasks
Parametry:
Other general parameters are available.
- task
The task that should be executed
- This parameter is required.
- taskData
JSON string encoded object with arbitrary data for the task
- Default: {}
- context
JSON string encoded object with context data for the task
- Default: {}
- schema
Show the JSON schema for the task parameters
- examples
Show examples of task parameters
- format
The format of the result
- Jedna z následujících hodnot: json, jsonfm
- Default: json