Get a set of rows
POST {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/batch/read
Returns rows in the published
version of the specified table, given a set of row ids.
Note: This endpoint can be accessed without any authentication if the table is set to be allowed for public access.
Request Body
{"inputs"=>["<string>", "<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"}}