{ "opencollection": "1.0.0", "info": { "name": "Monaco Public Accounts Schemas API", "version": "1.0.0" }, "items": [ { "info": { "name": "Schemas", "type": "folder" }, "items": [ { "info": { "name": "Get Field Schemas for an Entity", "type": "http" }, "http": { "method": "GET", "url": "https://api.monaco.com/v1/schemas/:entity", "params": [ { "name": "entity", "value": "", "type": "path" } ] }, "docs": "Lists fields for `entity`, which must be one of `accounts`, `contacts`, `meetings`, `opportunities`, `sequences`, or `tasks`.\n\nUse each entry's `key` in `filters[].field` and `sort` on the corresponding list endpoint. The `allowed_operators` array lists the valid values for `filters[].condition` on that field.\n\nCustom fields use `custom_field_{uuid}` keys. Enum and select fields expose their accepted values under `enum_field_settings.allowed_values`, and callers must pass the `key` rather than t" } ] } ], "bundled": true }