Here you will find links to all of our Software Development Kits. Our Software Development Kits are open source, and available at github.com.
SDKs
QuickBase PHP SDK
Description:
This is a PHP wrapper written to simplify interaction with the QuickBase HTTP API.
Details are at https://github.com/QuickbaseAdmirer/QuickBase-PHP-SDK
The QuickBase PHP SDK is a simple class for interaction with the QuickBase REST API. It's implemented with XML (a la SimpleXML) and requests are made over HTTP with cURL.
- 39961 reads
Rate This
Similar Articles
Browse by Category
Knowledge Base Categories
- Accounts (35)
- Application (45)
- E-Mail (7)
- Fields (41)
- Forms (20)
- Formulas (18)
- General (68)
- Other Product (7)
- Pages (1)
- Product (5)
- Reports (15)
- Roles (4)
- Search (1)
- Tables (6)
Formula Category
about_http_API
access
add
API
APIs
application
applications
automatically
billing
buttons
change
copy
email
error
exact form
excel
export
field
fields
form
formula
formulas
formula URL
http_api
IP
issues
limit
limits
page
password
patches
plan
QuickBase
records
Release Notes
release notes
remove
report
reports
SDK
security
September 30
software
space
status
techfest
user
users
video
view



Comments
list tables
I need to list the names of each of the tables that compose a database or via YQL APIQuickbase by php, as I can do??
GetSchema is the call you're looking for
The PHP SDK call is "get_schema()", and the HTTP API call is API_GetSchema (https://www.quickbase.com/api-guide/getschema.html). Pass in an application dbid to get back a list of all the tables in that application and all the application variables (http://www.quickbase.com/help/variables.html).
Regards,
Sybil
Post new comment