Advanced
Parameter Description Value
token (Required) Your API Token
pretty (Optional) true means the response json will include white space for readability. Default is false.
form_id (Optional) The id of the form.
limit (Optional) The maximum number of follow-ups to return. Max 500. Defaults to 100. Use page to fetch additional records.
page (Optional) The page of responses to return. Defaults to 1. The response field paging.last_page tells you what the last valid page number is.
status (Optional) Filter follow-ups by whether they are open or closed. Defaults to including all follow-ups. all or undefined includes all follow-ups. open only includes pending follow-ups. closed only includes completed follow-ups. overdue only includes overdue follow-ups.
observer_id (Optional) Filters follow-ups by the user id of the observer who originally created the follow-up.
assignee_id (Optional) Filters follow-ups by the user id of the person who the follow-up is currently assigned to.
response_id (Optional) Filters follow-ups by the form response where it was created.
created_before (Optional) Only include follow-ups created before the given date. Should be formatted as the number of milliseconds since 1970.
created_after (Optional) Only include follow-ups created after the given date. Should be formatted as the number of milliseconds since 1970.
updated_before (Optional) Only include follow-ups updated before the given date. Should be formatted as the number of milliseconds since 1970.
updated_after (Optional) Only include follow-ups updated after the given date. Should be formatted as the number of milliseconds since 1970.