Get Many Records in a table
https://core.hisend.hunnovate.com/api/v1/projects/{project_identifier}/tables/{table_identifier}/records?api_key={api_key}
Get many records in a table
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
page string optional default to 1
Page number
per_page string optional default to 30
Number of projects per page
search string optional
Search in all projects by name or description
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",
},
{
"id": "01JTNFRACEMZZA759W188G5T3J",
"content": "Perferendis minim de",
"subject": "Nisi tenetur possimu",
"project_id": "01jtk9f6xtp5bqycmj8x68040f",
"table_id": "01jtnfq22as5dra41adekjea92",
"created_at": "2025-05-07T13:42:54.000000Z",
"updated_at": "2025-05-07T13:42:54.000000Z",
},
],
"links": {
"first": "https://core.hisend.hunnovate.com/api/v1/projects/01jtk9f6xtp5bqycmj8x68040f/tables/01jtnfq22as5dra41adekjea92/records?page=1",
"last": "https://core.hisend.hunnovate.com/api/v1/api/v1/projects/01jtk9f6xtp5bqycmj8x68040f/tables/01jtnfq22as5dra41adekjea92/records?page=1",
"prev": null,
"next": null,
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false,
},
{
"url": "https://core.hisend.hunnovate.com/api/v1/projects/01jtk9f6xtp5bqycmj8x68040f/tables/01jtnfq22as5dra41adekjea92/records?page=1",
"label": 1,
"active": true,
},
{
"url": null,
"label": "Next »",
"active": false,
},
],
"path": "https://core.hisend.hunnovate.com/api/v1/01jtk9f6xtp5bqycmj8x68040f/tables/01jtnfq22as5dra41adekjea92/records",
"per_page": 20,
"to": 2,
"total": 2,
},
}