GET /api/v2/flows/datatables/{datatableId}/rows/{rowId}

Hi,

the description of the data action:

GET

/api/v2/flows/datatables/{datatableId}/rows/{rowId}

Says it Returns a specific row for the datatable. Given a datatableId and a rowId (the value of the key field) this will return the full row contents for that rowId.

When I use it, the result shows only the key. My data table looks like this:

What do I have to do to get all contents of the row?

You need to pass showbrief as False.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.