Get form submission
GET api.weavely.ai/v1/form-submissions/:submissionIdRetrieves a single form submission by its ID, including the values submitted for each field.
Request
Headers
Bearer <token>Your personal token.
Path Parameters
The unique identifier (UUID) of the submission.
Response
The submission’s unique identifier (UUID).
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.The date and time the submission was created, in ISO 8601 format.