Module seed

Source
Expand description

Seed endpoints.

Structsยง

archive
Endpoint archiving/unarchiving a Seed. A timestamp will be recorded when the seed is first archived.
create
Endpoint for creating a new Seed.
delete_by_id
Endpoint for deleting a Seed.
edit_by_id
Endpoint for editing a Seed.
find
Endpoint for fetching all SeedDto. If no page parameters are provided, the first page is returned. Seeds are ordered using their use_by date in an ascending fashion.
find_by_id
Endpoint for fetching a Seed.