The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /form/data

Create a new FormData object. The caller will own the resulting object and will have access to read, update, and delete the FormData object.

Note: The caller must have the SUBMIT permission on the FormGrup to create/update/submit FormData.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/form/data

Parameters
groupId The identifier of the group that manages this data. Required.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object FormChangeRequest
(application/json)
Response Object FormData
(application/json)