/
NE
nextcloud
/
tables
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 24m ago · Updated 3d ago
Details
Filter operations
api_columns
7
api_favorite
2
api_general
1
api_tables
8
api1
37
get
Returns all Tables
post
Create a new table and return it
get
Get a table object
put
Update tables properties
delete
Delete a table
get
returns table scheme
get
Get all views for a table
post
Create a new view for a table
get
Get a view object
put
Update a view via key-value sets
delete
Delete a view
get
Get a share object
put
Update a share permission
delete
Delete a share
get
Get all shares for a view Will be empty if view does not exist
get
Get all shares for a table Will be empty if table does not exist
post
Create a share for a table
post
Create a new share
put
Updates the display mode of a context share
get
Get all columns for a table or a underlying view Return an empty array if no columns were found
post
Create a new column for a table
get
Get all columns for a view Return an empty array if no columns were found
post
Create a column
get
Returns a column object
put
Update a column
delete
Delete a column
get
List all rows values for a table, first row are the column titles
get
List all rows for a table
post
Create a row within a table
get
List all rows for a view
post
Create a row within a view
get
Get a row
put
Update a row
delete
Delete a row
delete
Delete a row within a view
post
Import from file in to a table
post
Import from file in to a table
context
7
rowocs
1
api1
Get a row
This endpoint allows CORS requests
get
/index.php/apps/tables/api/1/rows/{rowId}
Path parameters
rowId
integer
required
Row ID
Response
Row returned
Row
required
id
integer
required
tableId
integer
required
createdBy
string
required
createdAt
string
required
lastEditBy
string
required
lastEditAt
string
required
data
object
nullable
required
Changes