+You can use the **Body** section to request body filters for `Post` API requests. The following is an example of a request body and a filter: +``` +{ + "query": { "date_utc": { "$gte": "[_input.startDate]", "$lte": "[_input.endDate]" } }, "options": { "select": \["name", "date_utc", "success", "details"], "sort": { "date_utc": "asc" }, "limit": 20 } +} +``` +
+In this case, the user is prompted to input a start date and an end date. ++When you have a body filter, **Edit Table** displays the message **Body Filter(s) Detected**. +
+