List collections in a namespace
GET {{baseUrl}}/v2/namespaces/:namespace-id/collections?raw=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
raw | boolean | unwrap results |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | (Required) The token returned from the authorization endpoint for classic databases. Use this token in each request. | |
Accept | string |
RESPONSES
status: OK
{"data":[{"name":"users","fields":{"name":{"type":"String","index":true}},"validationAction":"warn"}]}