Clone rows in batch
POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/draft/batch/clone
Clones rows in the draft
version of the specified table, given a set of row ids. Maximum of 100 row ids per call.
Request Body
{"inputs"=>[{"id"=>"<string>", "name"=>"<string>"}, {"id"=>"<string>", "name"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"PENDING","results":[{"values":{"ade4":{}},"id":"\u003cstring\u003e","path":"\u003cstring\u003e","name":"\u003cstring\u003e","childTableId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","publishedAt":"\u003cdateTime\u003e"},{"values":{"Lorem_495":{}},"id":"\u003cstring\u003e","path":"\u003cstring\u003e","name":"\u003cstring\u003e","childTableId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","publishedAt":"\u003cdateTime\u003e"}],"requestedAt":"\u003cdateTime\u003e","startedAt":"\u003cdateTime\u003e","completedAt":"\u003cdateTime\u003e","links":{"dolore_f85":"\u003cstring\u003e"}}