list_all_schemas
Retrieve all custom object schemas in your ActiveCampaign account. Use the showFields parameter to view all fields, including those marked for deletion, to ensure field ID uniqueness when creating new fields.
Instructions
🟢 READ-ONLY · Custom Objects · GET /customObjects/schemas
List all schemas
Fetches data. Makes no changes to your ActiveCampaign account.
Retrieve all schemas available within an account.
Users are encouraged to leverage the ?showFields=all query parameter when programmatically creating new schema fields, to ensure field id uniqueness. Fields that have been deleted will contain a status: marked_for_deletion attribute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The number of schemas to retrieve for each API call. Maximum value is 100. | |
| offset | No | Offset index of items to return | |
| orders | No | Array of sorting criteria to fetch items | |
| filters | No | Filters schemas by different criteria | |
| showFields | No | Toggle which fields are shown in the response body of a schema (if there hidden due to e.g. recently being deleted). Omit this parameter entirely to hide fields by default. | all |