Qodex.ai
Qodex.ai
IntroductionAsk Anything
Macrometa
API Keys
Validate API KeyList Available API KeysCreate API KeyGet Available API keyRemove API Key
Query
Create CursorRemove CursorRead Next Batch From CursorParse an C8QL QueryExplain an C8QL Query
Documents
Create DocumentReplace DocumentsUpdate DocumentsUpdate DocumentReplace DocumentRead DocumentDelete DocumentRemove Mulitiple DocumentsRead Document Header
Key Value
Set One or More key-value Pairs in Key-Value CollectionGets Keys From Key-Value CollectionGet Number of Key-Value Pairs in CollectionGet Value From Key-Value CollectionRemove Key-Value PairGet Key-Value Pairs From CollectionRemove Key-Value PairsCreate Key-Value CollectionRemove Key-Value CollectionLists All Key-Value CollectionsRemove all Key-Value Pairs in a Collection
Collections
List All CollectionsCreate CollectionDelete CollectionGet the Information About CollectionGet Number of Documents In a CollectionUpdate Collection PropertiesTruncate Collection
Dynamo
Dynamo-like API Interface
Document Collection Sequence
1 - Create Document Collection2 - Create Document3 - List All Collections4 - Read First Docment Key
Key Value Collection Sequence
1 - Create Key-Value Collection1 - Set One key-value Pair3 - List All Collections4 - Gets Keys from Collection
Function
List multiple function workersGet Function Worker InformationInvoke a Function WorkerRemove a Function WorkerGet Metadata About the Edge WorkerRemove the Edge Worker MetadataModify the Edge Worker MetadataCreate the Edge Worker MetadataDeploy the Query Worker to the Edge WorkerDeploy the Stream Adhoc query to the Edge WorkerDeploy the Stream Publisher to the Edge Worker
IntroductionAsk Anything
Macrometa
API Keys
Validate API KeyList Available API KeysCreate API KeyGet Available API keyRemove API Key
Query
Create CursorRemove CursorRead Next Batch From CursorParse an C8QL QueryExplain an C8QL Query
Documents
Create DocumentReplace DocumentsUpdate DocumentsUpdate DocumentReplace DocumentRead DocumentDelete DocumentRemove Mulitiple DocumentsRead Document Header
Key Value
Set One or More key-value Pairs in Key-Value CollectionGets Keys From Key-Value CollectionGet Number of Key-Value Pairs in CollectionGet Value From Key-Value CollectionRemove Key-Value PairGet Key-Value Pairs From CollectionRemove Key-Value PairsCreate Key-Value CollectionRemove Key-Value CollectionLists All Key-Value CollectionsRemove all Key-Value Pairs in a Collection
Collections
List All CollectionsCreate CollectionDelete CollectionGet the Information About CollectionGet Number of Documents In a CollectionUpdate Collection PropertiesTruncate Collection
Dynamo
Dynamo-like API Interface
Document Collection Sequence
1 - Create Document Collection2 - Create Document3 - List All Collections4 - Read First Docment Key
Key Value Collection Sequence
1 - Create Key-Value Collection1 - Set One key-value Pair3 - List All Collections4 - Gets Keys from Collection
Function
List multiple function workersGet Function Worker InformationInvoke a Function WorkerRemove a Function WorkerGet Metadata About the Edge WorkerRemove the Edge Worker MetadataModify the Edge Worker MetadataCreate the Edge Worker MetadataDeploy the Query Worker to the Edge WorkerDeploy the Stream Adhoc query to the Edge WorkerDeploy the Stream Publisher to the Edge Worker
HomeMacrometaAPI Keys

API Keys

Number of APIs: 5

  1. Validate API Key POST {{baseUrl}}/_fabric/{{fabric}}/_api/key/validate

  2. Get Available API key GET {{baseUrl}}/_fabric/{{fabric}}/_api/key/{{apiKeyId}}

  3. Create API Key POST {{baseUrl}}/_fabric/{{fabric}}/_api/key

  4. Remove API Key DELETE {{baseUrl}}/_fabric/{{fabric}}/_api/key/{{apiKeyId}}

  5. List Available API Keys GET {{baseUrl}}/_fabric/{{fabric}}/_api/key

Previous
Macrometa
Next
Validate API Key