View Source ActiveCampaign.CustomObject.Schema (active_campaign v0.3.0)

Documentation for ActiveCampaign.CustomObject.Schema.

Link to this section Summary

Functions

Create a schema

Create a public schema

Create a public schema

Delete a schema

Retrieve a schema

List all schemas

Update a schema

Link to this section Functions

@spec create(map()) :: {:ok, map()} | {:error, any()}

Create a schema

@spec create_child_schema(integer()) :: {:ok, map()} | {:error, any()}

Create a public schema

Link to this function

create_public_schema(schema)

View Source
@spec create_public_schema(map()) :: {:ok, map()} | {:error, any()}

Create a public schema

@spec delete(integer()) :: {:ok, map()} | {:error, any()}

Delete a schema

Link to this function

delete_field(schema_id, field_id)

View Source
@spec delete_field(integer(), integer()) :: {:ok, map()} | {:error, any()}

Delete a field

@spec get(integer()) :: {:ok, map()} | {:error, any()}

Retrieve a schema

Link to this function

list(query_params \\ %{})

View Source
@spec list(map()) :: {:ok, map()} | {:error, any()}

List all schemas

@spec update(integer(), map()) :: {:ok, map()} | {:error, any()}

Update a schema