You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
coreapi dataApi:list <tablename> [<pid>]
coreapi dataApi:list <tablename> ([<field>=<query>],...) # query by field. multiple field/value pairs are concatinated by AND
GET
coreapi dataApi:get <tablename> <uid>
coreapi dataApi:get <tablename> <uuid> # only available, when EXT:identity is installed
CREATE
coreapi dataApi:create <tablename> <dataAsJson>
DELETE
coreapi dataApi:delete <tablename> <uid>
coreapi dataApi:delete <tablename> <uuid> # only available, when EXT:identity is installed
UPDATE
coreapi dataApi:update <tablename> <uid> <dataAsJson>
coreapi dataApi:update <tablename> <uuid> <dataAsJson> # only available, when EXT:identity is installed
No description provided.
The text was updated successfully, but these errors were encountered: