Views
Get a specific view
Retrieves details of a specific view by its ID.
GET
/v1/views/id
Example response:
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | 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 |
404
View not found