MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=surveysubmissions (qs)
- This module requires read rights.
- Source: Survey
- License: GPL-2.0-or-later
API module for obtaining survey submissions.
Specific parameters:
Other general parameters are available.
- qssurvey_id
The ID of the survey this submission is for.
- Type: integer
- qspage_id
The ID of the page this submission was made on.
- Type: integer
- qsuser_name
The name of the user that made the submission (username or IP).
- qstime
Timestamp indicating when the submission was made.
- qsprops
Survey data to query.
- Values (separate with | or alternative): *, id, page_id, survey_id, time, user_name
- Default: *
- qslimit
Max amount of words to return.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 20
- qscontinue
Offset number from where to continue the query.