listCustomObjects
List custom object instances (simple browse, queries database).
Paginated list of custom object instances for a given type. Queries the database directly. Supports optional display-ID substring search.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
object_type_id | integer | Yes | The object type ID to filter by (from listObjectTypes) |
search_key | string | No | Optional substring match. Matches display_name OR display ID |
page | integer | No | Default: 1. |
page_size | integer | No | Default: 25. |
