Allows an admin user to fetch the complete list of enquiries across all vendors and customers. The response provides details such as enquiry ID, vendor information, customer details, enquiry message, status, and timestamps. This endpoint gives administrators full visibility into customer enquiries, supporting review, management, and resolution activities at a global level.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/admin/enquiry/list?searchCriteria[filter_groups][0][filters][0][field]=customer_id&searchCriteria[filter_groups][0][filters][0][value]=2&searchCriteria[filter_groups][0][filters][0][condition_type]=eq' --header 'Content-Type: application/json' --header 'Authorization: Bearer nglgsotmwtm67bgs6heqh6czxau8vpdm'
get https://{baseUrl}/V1/storeview//admin/enquiry/list
