Dataset Overview
public.users
Tabular dataset imported from postgresql source.
TABULAR
postgresql
tabular_data_68ae2cb347b28
Completed
Table Structure
| Column | Data Type | Nullable |
|---|---|---|
id |
integer | No |
source_id |
text | Yes |
username |
text | Yes |
password |
text | Yes |
name |
text | Yes |
created_at |
timestamp without time zone | Yes |
Data Preview
Showing first 100 rows of 2 total rows| id | source_id | username | password | name | created_at |
|---|---|---|---|---|---|
| 1 | 1 | admin | c4ded2b85cc5be82fa1d2464eba9a7d3 | Admin User | 2025-08-26 21:52:51.585832 |
| 2 | 2 | tester | c4ded2b85cc5be82fa1d2464eba9a7d3 | Test User | 2025-08-26 21:52:51.587519 |
Export Options
API Endpoints
REST API Endpoints
/api/tabular.php?id=3
Get all data from the tabular dataset
/api/tabular.php?id=3&limit=100&offset=0
Get paginated data with limit and offset
/api/tabular.php?id=3&columns=column1,column2
Get specific columns from the dataset
/api/tabular.php?id=3&action=query
Query data with custom filters (POST body: JSON filters)
Response Format
{
"success": true,
"data": [...],
"total_rows": 2,
"limit": 100,
"offset": 0
}
Authentication
API endpoints require authentication. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Related Documents
No Documents Available
No documents have been uploaded for this tabular dataset yet.