Get a particular namespace (test)
GET {{base_doc_url}}{{doc_schema}}/{{namespace}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cassandra-Token | string | (Required) The token returned from the authorization endpoint. Use this token in each request to the database. | |
Content-Type | string |
RESPONSES
status: OK
{"data":{"name":"test"}}