Logo
OCI NoSQL Playground API Documentation

tables-{tableNameOrId}-rows

Number of APIs: 3


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

GET {{baseUrl}}/tables/:tableNameOrId/rows?compartmentId={{compartment_ocid}}&key=veniam velit elit pariatur&key=sint in&consistency=EVENTUAL&timeoutInMs=5000



2. Write a single row into the table.

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



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

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



ENDPOINTS