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
Key | Datatype | Required | Description |
---|---|---|---|
archived | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"values":{"eu_c_5":{},"cupidatat1c2":{}},"id":"\u003cstring\u003e","path":"\u003cstring\u003e","name":"\u003cstring\u003e","childTableId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","publishedAt":"\u003cdateTime\u003e"}