ghl_object_get_record_by_id
Retrieve a standard or custom object record by its unique ID using the object schema key.
Instructions
Get Record By Id Allows you to get a Standard Object like business and custom object record by Id Endpoint: GET /objects/{schemaKey}/records/{id} (Version header: v3; source: v3/objects-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the record to be updated. Available on the Record details page under the 3 dots or in the url | |
| schemaKey | Yes | The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings. |