{"info":{"_postman_id":"2dbcdbbd-da80-42e8-a56a-6fc272eaaf74","name":"Datacube Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29895764","collectionId":"2dbcdbbd-da80-42e8-a56a-6fc272eaaf74","publishedId":"2s9YRB1WyN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-19T20:55:12.000Z"},"item":[{"name":"DataCube Fetch API","id":"39960bef-7590-4cb8-b7e8-d0c3fdf29022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"use your dowell api key\",\n    \"operation\": \"fetch\",\n    \"db_name\": \"database_name\",\n    \"coll_name\": \"collection_name\",\n    \"filters\": {\n        \"_id\": \"12345\",\n        \"name\": \"john\"\n    },\n    \"limit\": 0,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://datacube.uxlivinglab.online/db_api/get_data/","urlObject":{"protocol":"https","path":["db_api","get_data",""],"host":["datacube","uxlivinglab","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"39960bef-7590-4cb8-b7e8-d0c3fdf29022"},{"name":"DataCube Insert API","id":"6d0026f1-a680-4825-837e-33454ac2cb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"use your dowell api key\",\n    \"operation\": \"insert\",\n    \"db_name\": \"database_name\",\n    \"coll_name\": \"collection_name\",\n    \"data\": {\n        \"test\": \"123\",\n        \"score\": 12\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://datacube.uxlivinglab.online/db_api/crud/","urlObject":{"protocol":"https","path":["db_api","crud",""],"host":["datacube","uxlivinglab","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0026f1-a680-4825-837e-33454ac2cb26"},{"name":"DataCube Delete API","id":"efafc59b-ca8f-4f01-9a7c-6ec4ada6de83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"use your dowell api key\",\n    \"operation\": \"delete\",\n    \"db_name\": \"database_name\",\n    \"coll_name\": \"collection_name\",\n    \"query\": {\n        \"name\": \"john\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://datacube.uxlivinglab.online/db_api/crud/","urlObject":{"protocol":"https","path":["db_api","crud",""],"host":["datacube","uxlivinglab","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"efafc59b-ca8f-4f01-9a7c-6ec4ada6de83"},{"name":"DataCube Update API","id":"8ddc9189-9c92-4793-9cae-6c42e0deaad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"use your dowell api key\",\n    \"operation\": \"update\",\n    \"db_name\": \"database_name\",\n    \"coll_name\": \"collection_name\",\n    ,\n    \"query\": {\n        \"_id\": \"64f6fac8ac03855a010559f2\",\n        \"score\": 12\n    },\n    \"update_data\": {\n        \"user\": \"Die\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://datacube.uxlivinglab.online/db_api/crud/","urlObject":{"protocol":"https","path":["db_api","crud",""],"host":["datacube","uxlivinglab","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ddc9189-9c92-4793-9cae-6c42e0deaad7"},{"name":"Datacube Add Collection API","id":"bbb71858-61c6-468c-b48c-d6c6b237bc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-dowell-api-key\",\n    \"db_name\": \"dowell\",\n    \"coll_names\": \"Collection_4\",\n    \"num_collections\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://datacube.uxlivinglab.online/db_api/add_collection/","urlObject":{"protocol":"https","path":["db_api","add_collection",""],"host":["datacube","uxlivinglab","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbb71858-61c6-468c-b48c-d6c6b237bc58"}]}