Sowing To Do List

Get a full picture of your sowing to do list. The Sowing To Do List gives you all of the details you'd ever need to manage all of your sowings. The Blackout To Do List and Light To Do List tells you what trays need to be moved to Blackout, or to the Light. The Soak To Do List tells you what trays need to be soaked, while the Sowing To Do List tells you exactly how many trays, of each variety, need to be planted that day. All you have to do is provide the date, and it handles the rest.

Blackout To Do List

POSThttps://api.gofarmflow.com/blackout-to-do-list

Retrieves a list of sowings that need to be moved to blackout on the date specified.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Light To Do List

POSThttps://api.gofarmflow.com/light-to-do-list

Retrieves a list of sowings that need to be moved to the light on the date specified.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Soak To Do List

POSThttps://api.gofarmflow.com/soak-to-do-list

Retrieves a list of sowings that need to be soaked on the date specified.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}

Sowing To Do List

POSThttps://api.gofarmflow.com/sowing-to-do-list

Retrieves a list of products that need to be planted on the date specified.

Request Parameters
Field Type Required Description
date date Required The date that you'd like to see the list for (YYYY-MM-DD format)
Example Request
{
    "date": "2026-01-01"
}