Skip to content

Create view

POST
/api/v1/tables/{tableId}/views
curl --request POST \
--url https://api.cloudtable.insurge.io/api/v1/tables/example/views \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "name": "example", "type": "example" }'
tableId
required
string
Media typeapplication/json
object
name
string
type
required
string
Examplegenerated
{
"name": "example",
"type": "example"
}

Created

Media typeapplication/json
object
id
required
string
name
required
string
type
required
string
Examplegenerated
{
"id": "example",
"name": "example",
"type": "example"
}

Unauthorized

Not found