Views
Create a new view
Creates a new dashboard view with the provided details.
POST
/v1/views
Accepted Keys:
name
data
icon
type
Example response:
Request Body
Property | Type | Description |
---|---|---|
name | string | |
data | array | |
columns | object | |
icon | string | |
type | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
name | string | |
data | array | |
columns | array | |
icon | string | |
type | string | |
projectId | string | |
ownerId | string | |
updatedAt | string |