Create form entry

Submit a new entry to the given form. Provide one response per form field in responses, and the submitter's profile information in person. Submission gates (sign-in, password, expiration, entry limits) do not apply to API callers with full form access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
≥ 1

The id of the form.

Body Params

The details of the form entry

int32 | null

The id of the event guest record created by the sign-up, when the entry is an event sign-up. On update, provide together with status to change the guest's RSVP status.

status
object | null

The reservation status, when the entry is an event sign-up. On update, the status code to set for the guest (defaults to going when omitted).

responses
array of objects | null

The entry's responses, one per answered field.

responses
person
object | null

The submitter's profile information as captured by the entry.

int32 | null

The id of the event the entry signed up for, when linked. On create, the form must be the sign-up form configured for the event.

int32 | null

The id of the group the entry signed up for, when linked. On create, the form must be the sign-up form configured for the group.

int32 | null

The id of the volunteer position the entry signed up for, when linked. On create, the form must be the sign-up form configured for the position.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json