Breezex.Forms (breezex v0.1.0) View Source
Module implementing the Breeze forms API.
Link to this section Summary
Functions
List currently active forms
List archived forms
List entries for a given form id
List fields for a given form
Remove form entry
Link to this section Functions
Specs
list(map()) :: Breezex.Client.client_response()
List currently active forms
Specs
Specs
list_archived(map()) :: Breezex.Client.client_response()
List archived forms
Specs
Specs
list_form_entries(map(), integer()) :: Breezex.Client.client_response()
List entries for a given form id
Specs
Specs
list_form_fields(map(), integer()) :: Breezex.Client.client_response()
List fields for a given form
Specs
Specs
remove_entry(map(), integer()) :: Breezex.Client.client_response()
Remove form entry