Vai al contenuto principale
POST

Autorizzazioni

X-Aegister-Token
string
header
obbligatorio

Parametri del percorso

organizationid
integer
obbligatorio
taskid
string
obbligatorio
workflowid
string
obbligatorio

Parametri della query

dry_run
boolean

Validate only and return rows+errors without writing.

lan
string

Language for labels/validation (en|it).

Corpo

application/json
rows
object[]

table task rows

answers
object

question task answers {question_id: value}

dry_run
boolean

Risposta

error
integer

Any value different from 0 indicates an error.
More details can be found in messages.

Intervallo richiesto: 0 <= x <= 0
Esempio:

0

messages
array

If error is 1, contains zero or more details on the error.

Esempio:
data
object

dry_run → {columns, rows, errors, valid_count, error_count}; submit → {imported_rows, evaluation_id}