Form Entry
For loop type gravity_form_entry, here are the query parameters and fields.
Query parameters
end_date- End date - the latest date to which we retrieve entries(if omitted until now). Accepts formats like "-10 days", "-3 hours", "yesterday", "April 22, 2021, 3:00 pm", "2021-04-22 15:01:46" etc.
Type: stringentry_id- Specific Entry ID(s)
Type: string, arrayform_id- Form ID(s)
Type: string, arrayis_read- Is entry read "0/1"
Type: stringis_starred- Is entry starred "0/1"
Type: stringoffset- Offset, argument for use with page size
Type: stringorder- Order: "asc" (ascending) or "desc" (descending)
Type: string - Default: ascorderby- Order by one of: "id", "form_id", "date_created", "is_starred", "currency", "payment_status","payment_date", "payment_amount", "payment_method", "transaction_id", "is_fulfilled", "created_by", "transaction_type", "status"
Type: string - Default: idpage_size- Entries page size
Type: string - Default: 20start_date- Start date - the earliest date from which we retrieve entries(if omitted from beginning). Accepts formats like "-10 days", "-3 hours", "yesterday", "April 22, 2021, 3:00 pm", "2021-04-22 15:01:46" etc.
Type: stringuser- Entry created by: User ID or "current".
Type: string
Fields
entry_created_by- Entry created by User identry_currency- Entry currencyentry_date_created- Entry date createdentry_date_updated- Entry date updatedentry_is_fulfilled- Entry is fulfilled or notentry_is_read- Entry is read or notentry_is_starred- Entry is starred or notentry_payment_amount- Entry payment amountentry_payment_date- Entry payment dateentry_payment_method- Entry payment methodentry_payment_status- Entry payment statusentry_quiz_grade- Quiz AddOn - quiz gradeentry_quiz_is_pass- Quiz AddOn - if quiz is passentry_quiz_percent- Quiz AddOn - quiz percententry_quiz_score- Quiz AddOn - quiz scoreentry_survey_score- Survey AddOn - survey scoreentry_transaction_id- Entry transaction identry_transaction_type- Entry transaction typefields- Entry Fieldsform_id- Entry\s Form IDform_name- Entry's Form namegrid- Entry detail view(like in admin)id- Entry ID