NodePing.Schedules.get_all
You're seeing just the function
get_all
, go back to NodePing.Schedules module for more information.
Get all schedules on your account or subaccount
Parameters
token
- NodePing API token that is provided with accountcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> {:ok, result} = NodePing.Schedules.get_all(token)