Thinkific.Api.CustomProfileFieldDefinitions (Thinkific API SDK v0.1.3)

API calls for all endpoints tagged CustomProfileFieldDefinitions.

Link to this section Summary

Functions

getCustomProfileFields Retrieve a list of Custom Profile Field Definitions

Link to this section Functions

Link to this function

get_custom_profile_fields(connection, opts \\ [])

Specs

get_custom_profile_fields(Tesla.Env.client(), keyword()) ::
  {:ok, Thinkific.Model.GetCustomProfileFieldDefinitions.t()}
  | {:error, Tesla.Env.t()}

getCustomProfileFields Retrieve a list of Custom Profile Field Definitions

Parameters

  • connection (Thinkific.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters
    • :page (float()): The page within the collection to fetch.
    • :limit (float()): The number of items to be returned.

Returns

} on success {:error, info} on failure