ActiveCampaign.Score (active_campaign v0.1.0)
Documentation for ActiveCampaign.Score
.
Link to this section Summary
Link to this section Functions
Link to this function
get(id)
Retrieve a score
examples
Examples
iex> ActiveCampaign.Score.get(1)
{:ok, %{"score" => %{...}}}
Link to this function
list()
List all scores
examples
Examples
iex> ActiveCampaign.Score.list()
{:ok, %{"meta" => %{"total" => "2"}, "scores" => [...]}}