UNPKG

n8n-nodes-highlevelv2

Version:

n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform

80 lines (79 loc) 2.94 kB
{ "type": "object", "properties": { "objects": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the custom object" }, "locationId": { "type": "string", "description": "The location ID where the custom object belongs" }, "name": { "type": "string", "description": "Name of the custom object" }, "description": { "type": "string", "description": "Description of the custom object" }, "displayField": { "type": "string", "description": "Field to use as display name for records" }, "enableApiAccess": { "type": "boolean", "description": "Whether API access is enabled for this object" }, "recordCount": { "type": "integer", "description": "Total number of records in this custom object" }, "createdAt": { "type": "string", "format": "date-time", "description": "Timestamp when the custom object was created" }, "updatedAt": { "type": "string", "format": "date-time", "description": "Timestamp when the custom object was last updated" } } }, "description": "Array of custom object definitions" }, "meta": { "type": "object", "properties": { "total": { "type": "integer", "description": "Total number of custom objects" }, "currentPage": { "type": "integer", "description": "Current page number" }, "nextPage": { "type": "integer", "description": "Next page number" }, "prevPage": { "type": "integer", "description": "Previous page number" }, "totalPages": { "type": "integer", "description": "Total number of pages" } }, "description": "Pagination metadata" } }, "version": 1 }