insertmicroapprow
description
Add a new row to a Microapp
parameters
ignoreActionRules - this tells the insert code not to fire any of the rules set up in the microapp for when the row is inserted
The X-Auth-Token
and X-User-Id
are derived from the values authToken
and userId
returned from the login endpoint and are used in the HTTP header.
rowData
- name value pairs for fields.
userID
- optional - if not provided, this defaults ot the user making the API call. Optionally, you can set the creator of a row by using the userID (string). eg "userID": "<some user's id>"
resource
response
Returns the status of the request
example
You should get back:
Last updated