Objects
List objects
Returns every object (standard + custom) for the authenticated account.
get/public/v1/objects
Response
Objects list
Example response
{
"ok": true,
"data": [
{
"id": 1,
"name": "example",
"display_name": "example",
"type": "table",
"created_at": "example",
"updated_at": "example",
"description": "example",
"emoji": "example",
"icon_color": "example",
"field_count": 1
}
]
}