Sign in

List records in table

documented

Retrieve records from a given table.

GET /integrations/rest/v3/tables/{tableName}/recordsTablesno implementation yet0 runs

Input

integration_url
Caspio Integration URL subdomain
e.g. myaccount
tableName
Table name
e.g. Customers
select
q.select (Fields to return)
e.g. Id,Name
where
q.where (Filter conditions)
e.g. Status='Active'
orderBy
q.orderBy (Ordering)
e.g. CreatedDate desc
limit
q.limit (Max rows)
100
pageNumber
q.pageNumber (Page)
1
pageSize
q.pageSize (Page size)
50
Calls Caspio as you (your API key is your account); keychains.dev holds the credentials.