NodePing.Schedules.get_all-exclamation-mark

You're seeing just the function get_all-exclamation-mark, go back to NodePing.Schedules module for more information.
Link to this function

get_all!(token, customerid \\ nil)

View Source

Get all schedules on your account or subaccount

Parameters

  • token - NodePing API token that is provided with account
  • customerid - optional ID to access a subaccount

Examples

iex> token = System.fetch_env!("TOKEN")
iex> result = NodePing.Schedules.get_all!(token)