Get Record
https://core.hisend.hunnovate.com/api/v1/records/{record_identifier}?api_key={api_key}
Get one record
Path Parameters
project_identifier string required
The identifier or id of the project, for example project_name or 01jtk9f6xtp5bqycmj8x68040f, you can get it from the projects page on your dashboard
table_identifier string required
The identifier or id of the table, for example users or 01jtk9f6zf2p1n4d65bxyh6ysk, you can get it from the tables page on your dashboard
Query Params
api_key string required
The api key from your dashboard
200 Success Response Example
{
"data": {
"id": "01JTNFQZ2PN22HKKJ4FVEFHFP9",
"content": "Ea et saepe sunt eu",
"subject": "Et et ut elit possi",
"project_id": "01jtk9f6xtp5bqycmj8x68040f",
"table_id": "01jtnfq22as5dra41adekjea92",
"created_at": "2025-05-07T13:42:43.000000Z",
"updated_at": "2025-05-07T13:42:43.000000Z",
},
"message": "Record retrieved successfully",
}