49
API_CreateTable
•
Overview
•
Request parameters
•
Response values
•
Sample XML Request
•
URL alternative
•
Sample response
Overview
Use API_CreateTable to create a table for an application. You must have application administration rights to
use this call. The dbid you supply must be an application-level dbid, not a table-level dbid.
Request parameters
PARAMETER
VALUE
REQUIRED?
tname
The name you want to use for the name of the table.
If you don’t supply this, the name Records is assigned by default.
Because your application requires unique table names, you’ll be
able to use the default only once.
no, but
recommended
pnoun
The name you want to use for records in the table. You should use
a plural noun hat can apply to all records in the table. For example,
if each table row contains information about a vehicle in your
company owns, you might want to use “Vehicles” as your pnoun.
If you don’t supply this, the name Records is assigned by default.
no, but
recommended
ticket
A valid authentication ticket.
The authentication ticket is returned via the API_Authenticate call.
yes
apptoken
Supply a valid application token.
yes, if the application
requires application
tokens
udata
A string value that you want returned. It will not be handled by
QuickBase but it will be returned in the response.
no
Page 70