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

string
required
Bearer <token>
Your personal token.

Path Parameters

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

Response

string
The submission’s unique identifier (UUID).
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.
string
The date and time the submission was created, in ISO 8601 format.