EndPoints for Cosmos DB Connector
On this page you will see possible API actions you can perform with Cosmos DB connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Get List of Databases | get_databases | |
Get Database Information by Id or Name | get_database | |
Get List of Tables | get_tables | |
Get table information by Id or Name | get_table | |
Get table partition key ranges | get_partition_keyranges | |
Query documents using Cosmos DB SQL query language | query_documents | |
Get All Documents for a Table | get_documents | |
Get Document by Id | get_document | |
Delete a Document by Id | delete_document | |
Get All Users for a Database | get_users | |
Get User by Id or Name | get_user | |
Create User for Database | create_user | |
Create a document in the container | create_document | |
Upsert a document in the container | upsert_document | |
Update Document in the Container | update_document | |
Create Permission Token for a User (One Table) | create_token | |
Generic Request | generic_request |