# Get all rows from a custom table Endpoint: GET /v1/api/custom-table-data/{tableName} Version: 1.2.4 Security: X-Api-Key ## Path parameters: - `tableName` (string, required) Table name (kebab-case) ## Query parameters: - `skip` (number) Number of records to skip - `limit` (number) Maximum number of records to return ## Response 200 fields (application/json): - `rowId` (object, required) Row ID Example: {"$oid":"507f1f77bcf86cd799439011"} ## Response 400 fields (application/json): - `statusCode` (number, required) HTTP status code Example: 400 - `message` (string, required) Error message describing what went wrong Example: "Validation failed: Field `schemaField` is required." - `error` (string, required) Error type/name Enum: "Bad Request", "Unauthorized", "Forbidden", "Not Found", "Conflict", "Unprocessable Entity", "Internal Server Error" ## Response 404 fields (application/json): - `statusCode` (number, required) HTTP status code Example: 404 - `message` (string, required) Error message describing what went wrong Example: "The resource was not found." - `error` (string, required) Error type/name Enum: "Bad Request", "Unauthorized", "Forbidden", "Not Found", "Conflict", "Unprocessable Entity", "Internal Server Error"