Create rows in batch

POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/draft/batch/create

Creates rows in the draft version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example.

Request Body

{"inputs"=>[{"path"=>"<string>", "name"=>"<string>", "childTableId"=>"<long>", "displayIndex"=>"<integer>"}, {"path"=>"<string>", "name"=>"<string>", "childTableId"=>"<long>", "displayIndex"=>"<integer>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;PENDING&quot;,&quot;results&quot;:[{&quot;values&quot;:{&quot;ade4&quot;:{}},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;path&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;childTableId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;publishedAt&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;values&quot;:{&quot;Lorem_495&quot;:{}},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;path&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;childTableId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;publishedAt&quot;:&quot;\u003cdateTime\u003e&quot;}],&quot;requestedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;startedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;completedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;links&quot;:{&quot;dolore_f85&quot;:&quot;\u003cstring\u003e&quot;}}