Extract From Table
Advanced Extraction: Direct table extraction with flexible filtering.
Key Features:
- Direct table access - Extract from any accessible database table
- CALL syntax - Uses advanced stored procedure execution
- Extended timeout - 180-second timeout for large extractions
- Flexible parameters - Custom table names and date filtering
Common Table Names:
a_appointments- Appointment recordspatients- Patient informationa_cancellation_list- Cancellation recordstreat- Treatment records
Performance:
- Timeout: 180 seconds (3 minutes)
- Optimised for large datasets
- Automatic job creation for >100K rows
Header Parameters
Content-Typestring
Body Parameters
customer_idstring Required
Unique customer identifier
table_namestring Required
The name of the database table from which data will be extracted
from_datestring
Start date for filtering (YYYY-MM-DD format)
to_datestring
End date for filtering (YYYY-MM-DD format)
date_modifierstring
Filter mode - "All" (default), "Created", or "Updated"
modestring
Execution mode - "auto" (default), "stream", or "job"
output_formatstring
Response format - "ndjson" (default), "json", or "csv"
compressionstring
Compression type - "none" (default), "gzip", or "zip"
encryptedstring
Encryption - "false" (default) or "true"
Was this section helpful?
What made this section unhelpful for you?
Was this section helpful?