/
/provide the RESTful APIs to interact with AresDB.
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 1mo agoView markdown
  • post/data/{table}/{shard}
  • post/query/aql
  • get/schema/tables
  • post/schema/tables
  • get/schema/tables/{table}
  • put/schema/tables/{table}
  • delete/schema/tables/{table}
  • post/schema/tables/{table}/columns
  • put/schema/tables/{table}/columns/{column}
  • delete/schema/tables/{table}/columns/{column}
  • get/schema/tables/{table}/columns/{column}/enum-cases
  • post/schema/tables/{table}/columns/{column}/enum-cases

list existing enumCases for given table and column

get/schema/tables/{table}/columns/{column}/enum-cases

Path parameters

tablestring required
columnstring required

Response

ListEnumCasesResponse represents ListEnumCases response.

string[] required