Forms

Create form

Creates a new form with the authenticated user as the owner.

post/forms

Request body

titlestring required
slugstring required
descriptionstring nullable
structurestring kdl required
liveboolean
opensstring date-time nullable
closesstring date-time nullable
anonymousboolean
max_responsesinteger nullable
individual_limitinteger
editable_responsesboolean

Response

Form created successfully.

idstring ulid required
ownerstring ulid required
titlestring required
slugstring required
descriptionstring nullable
structurestring kdl required
liveboolean required
opensstring date-time nullable
closesstring date-time nullable
anonymousboolean
max_responsesinteger nullable
individual_limitinteger
editable_responsesboolean

Changes

Changed in 3 of the 14 revisions of this API.4513

    • added the new optional request property anonymous

      new-optional-request-property

    • added the optional property anonymous to the response with the 201 status

      response-optional-property-added

    • the editable_responses response's property default value false was added for the status 201

      response-property-default-value-added

    • the individual_limit response's property default value 1 was added for the status 201

      response-property-default-value-added

    • the live response's property default value false was added for the status 201

      response-property-default-value-added

  • 434dd7ec37b5213See the full diff
    • added the new required request property structure

      new-required-request-property

    • removed the required property specification from the response with the 201 status

      response-required-property-removed

    • removed the request property specification

      request-property-removed

    • added the new optional request property editable_responses

      new-optional-request-property

    • the individual_limit request property default value 1 was added

      request-property-default-value-added

    • added the required property structure to the response with the 201 status

      response-required-property-added

  • 0d7f3c750979245See the full diff
    • added the new required request property specification

      new-required-request-property

    • removed the required property structure from the response with the 201 status

      response-required-property-removed

    • removed the request property anonymous

      request-property-removed

    • removed the request property editable_responses

      request-property-removed

    • removed the request property structure

      request-property-removed

    • removed the optional property anonymous from the response with the 201 status

      response-optional-property-removed

    • the individual_limit request property default value 1 was removed

      request-property-default-value-removed

    • the editable_responses response's property default value false was removed for the status 201

      response-property-default-value-removed

    • the individual_limit response's property default value 1 was removed for the status 201

      response-property-default-value-removed

    • the live response's property default value false was removed for the status 201

      response-property-default-value-removed

    • added the required property specification to the response with the 201 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog