Thinkific.Api.Events (Thinkific API SDK v0.1.3)
API calls for all endpoints tagged Events.
Link to this section Summary
Functions
getEventByID This endpoint returns the Event identified by the provided id.
Link to this section Functions
Link to this function
get_event_by_id(connection, id, opts \\ [])
Specs
get_event_by_id(Tesla.Env.client(), String.t(), keyword()) :: {:ok, Thinkific.Model.EventResponse.t()} | {:error, Tesla.Env.t()}
getEventByID This endpoint returns the Event identified by the provided id.
Parameters
- connection (Thinkific.Connection): Connection to server
- id (String.t): ID of the Event in the form of an string.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure