share
Post share viewform submit
share form view submit new record
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Objects with a fields key mapping fieldId or field name to value for that field.
Response
201 - application/json
Successfully submit
The record id.
Objects with a fields key mapping fieldId or field name to value for that field.
primary field value
Auto number, a unique identifier for each record
Created time, date ISO string (new Date().toISOString).
Last modified time, date ISO string (new Date().toISOString).
Created by, user name
Last modified by, user name