List records
GET/v1/customerdatatable/:tableName
Retrieve records from one of 20 available customer data tables (customer_data_table_1 through customer_data_table_20).
Customer Data Tables are flexible storage structures for custom business data that doesn't fit standard invoice/PO models.
Field Structure:
- text_field_1 to text_field_30: Text/string data (VARCHAR 500)
- number_field_1 to number_field_10: Numeric data (DECIMAL)
- date_field_1 to date_field_10: Date/timestamp data
Common Use Cases:
- Custom product catalogs with extended attributes
- Project tracking data with custom fields
- Customer-specific reference data
- Integration staging tables for external systems
- Temporary data storage for custom workflows
Example: A product catalog might use text_field_1 for SKU, text_field_2 for description, number_field_1 for standard price, and date_field_1 for last_updated.
Request
Responses
- 200
- 401
- 403
- 500
List of records
Unauthorized - invalid or missing API key
Forbidden - insufficient permissions
Internal server error