Method | Description | |
---|---|---|
entriesDelete ( string $id ) | Delete entry/entries. | |
entriesGet ( integer $id, integer $limit = 30, integer $offset ) : array | Get the entries for a form | |
entriesGetById ( integer $id ) : array | Get a single entry | |
getAll ( integer $limit = 30, integer $offset ) : array | Get a list of all the forms |
public static entriesDelete ( string $id ) | ||
$id | string | The id/ids of the entries(s) to delete. |
public static entriesGetById ( integer $id ) : array | ||
$id | integer | The id of the entry. |
return | array |