Fetch list of funnel pages
GET/funnels/page
Retrieves a list of all funnel pages based on the given query parameters.
Request
locationId stringrequired
funnelId stringrequired
name string
limit numberrequired
offset numberrequired
Successful response - List of funnel pages returned
- application/json
- Schema
- Example (auto)
Schema
_idstringrequired
locationIdstringrequired
funnelIdstringrequired
namestringrequired
stepIdstringrequired
deletedstringrequired
updatedAtstringrequired
{
"_id": "0yJbP3q7t7pLmeTWRAE2",
"locationId": "ojQjykmwNIU88vfsfzvH",
"funnelId": "iucJ6TdFZiddhq9f6znh",
"name": "Home",
"stepId": "343bf634-3aa6-4ade-b963-2d3cd0bf2ede",
"deleted": false,
"updatedAt": "2024-04-18T12:25:23.029Z"
}