Skip to content

List App Objects

GET
/app/objects

PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.

List the object types this app declared, in the tenant it is acting for.

Authorizations

Parameters

Header Parameters

Origin
Any of:
string
X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
Array<object>

One custom object type in the caller’s workspace.

object
description
Any of:
string
display_attribute_slug
Any of:
string
icon
Any of:
string
is_archived

Archived objects are hidden from listings.

boolean
is_system

True for objects graph8 ships; system objects cannot be deleted.

boolean
plural_noun
required

Display name for many records, e.g. “Invoices”.

string
singular_noun
required

Display name for one record, e.g. “Invoice”.

string
slug
required

Stable API slug for the object type, e.g. invoices.

string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string