v1
latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-172717248.3 KBapi
Get all the submissions of a given form
This endpoint allows CORS requests
get/ocs/v2.php/apps/forms/api/v3/forms/{formId}/submissions
Path parameters
formIdinteger required
of the form
Query parameters
querystring nullable
(optional) A search query to filter submissions
limitinteger nullable
(optional) The maximum number of submissions to retrieve. Defaults to null
offsetinteger
(optional) The offset for pagination. Defaults to 0
fileFormatstring nullable
(optional) The file format that should be used for the download. Defaults to null Possible values: - csv: Comma-separated value - ods: OpenDocument Spreadsheet - xlsx: Excel Open XML Spreadsheet
Headers
OCS-APIRequestboolean required
Required to be true for the API request to pass
Response
the submissions of the form