Skip to main content

Get form submission

GET api.weavely.ai/v1/form-submissions/:submissionId
Retrieves a single form submission by its ID, including the values submitted for each field.

Request

Headers

Authorization
string
required
Bearer <token>
Your personal token.

Path Parameters

submissionId
string
required
The unique identifier (UUID) of the submission.

Response

id
string
The submission’s unique identifier (UUID).
data
object
The values submitted for each field, keyed by field:{elementId}.Values are typed according to the field’s element type — strings for text/email/dropdown/radio answers, arrays for multi-select fields, URLs for file uploads and signatures, etc.
dateCreated
string
The date and time the submission was created, in ISO 8601 format.