Get a table row

GET {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId?archived=<boolean>

Get a single row by ID from a table's published version. Note: This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

Request Params

KeyDatatypeRequiredDescription
archivedstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;values&quot;:{&quot;eu_c_5&quot;:{},&quot;cupidatat1c2&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;}