Backendless
communityVisual app development platform with serverless backend, database, and real-time messaging.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.backendless.com/{appId}/{apiKey}/data/{tableName}Find objects
Parameters
whereSQL where clause (stringoptionalsortByfield asc|desc (stringoptionalpageSizeresults (integeroptionaltableNametable name (stringrequiredReturns
objects[] with objectId, created, updated, and custom propertiesPOST
https://api.backendless.com/{appId}/{apiKey}/data/{tableName}Save object
Parameters
bodyobject properties (objectrequiredtableNametable name (stringrequiredReturns
objectId, created, updated, and propertiesPOST
https://api.backendless.com/{appId}/{apiKey}/users/registerRegister user
Parameters
namename (stringoptionalemailemail (stringrequiredpasswordpassword (stringrequiredReturns
objectId, email, name, userStatus, created