Logo
OCI NoSQL Playground API Documentation

3. CRUD operations on the table created

Number of APIs: 3


1. 3.2. Get a single row from the table by primary key.

GET {{baseUrl}}/tables/:tableNameOrId/rows?compartmentId={{compartment_ocid}}&key=id:1&consistency=EVENTUAL&timeoutInMs=5000



2. 3.3. Delete a single row from the table, by primary key.

DELETE {{baseUrl}}/tables/:tableNameOrId/rows?compartmentId={{compartment_ocid}}&key=id:1&isGetReturnRow=false&timeoutInMs=5000



3. 3.4. Write a single row into the table.

PUT {{baseUrl}}/tables/:tableNameOrId/rows



ENDPOINTS