everyaction.services.OnlineActionsForms

class everyaction.services.OnlineActionsForms(ea: EAClient)

Represents the Online Action Forms service.

Methods

get(tracking_id, /)

See GET /onlineActionsForms/{formTrackingId}.

list(*[, limit])

See GET /onlineActionsForms.

get(tracking_id: int, /)

See GET /onlineActionsForms/{formTrackingId}.

Parameters

tracking_id – The formTrackingId path parameter.

Returns

The resulting OnlineActionForm object.

list(*, limit: Optional[int] = None, **kwargs: EAValue) List[OnlineActionsForm]

See GET /onlineActionsForms.

Parameters
  • limit – Maximum number of records to get for this request.

  • kwargs – The applicable query arguments and JSON data for the request.

Returns

List of the resulting OnlineActionForm objects.