list_object_properties
The properties on one custom object, so you can pick form fields.
Once you know which object you're writing to, this tells you what it can hold.
It lists the properties defined on one custom object — name, label, and type — which are the candidates for your form's fields. HubSpot's internal bookkeeping properties are left out; they aren't things you ask a human to fill in.
Call list_object_types first to get an objectTypeId.
List a custom object's properties
List the properties defined on one custom object — name, label, type — so you can choose which become form fields. HubSpot-internal properties are omitted. Call list_object_types first to get a valid objectTypeId.
read-onlyidempotentopen-world
Parameters
| Name | Type | Description | |
|---|---|---|---|
objectTypeId | string | required | A custom object type id, e.g. "2-12345". From list_object_types. |