microappdata/row
description
Returns a row of data from a Microapp.
parameters
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.
Resource
response
A JSON document with the Microapp data.
example
Fetching a single row from a Microapp is achieved by passing in a rowID.
linkedtable (crossapp row) field example
If the input Datatable row has a linked table (crossAppRow) field, then the target field information will be returned. The following is an example document, see the Person
field
Last updated