POST GET pages/search

Search Landing Pages by various criteria

* required

Parameters

Name Type Description
keyword string Searches title and URL field
status array[string] Current status of landing page. One of: Active, Inactive
Active, Inactive
dateModifiedStart datetime Landing pages modified after this date.
dateModifiedEnd datetime Landing pages modified before this date.
userID integer ID of system user the landing page belongs to (owner)
campaignID integer Landing pages assigned to a specific campaign
surveyID integer Landing pages containing a specific survey.
formID guid Landing pages containing a specific form.
page integer Number of page in results to return
1
1
rpp integer Number of records to return per page
20
1
50
sortField string The field to sort results by
dateModified
title, dateModified
sortDirection string The direction to sort results
desc
asc, desc

Response Data

Name Type Description
pageID guid Unique ID of landing page
status string Current status of landing page. One of: Active, Inactive
URL string Public URL of the page. Reflects the page's configured URL type (platform-hosted default, custom domain/path, or client-hosted alternate URL)
userID integer ID of system user the landing page belongs to (owner)
title string Title of landing page
dateAdded datetime Date record was added
dateModified datetime Date record was modified
activeStartDate datetime Scheduled start date of the landing page's active period.
activeEndDate datetime Scheduled end date of the landing page's active period.
metrics object Summary performance metrics
clicks integer Total clicks
conversionRate decimal Overall conversion rate (conversions / visits)
conversions integer Total conversions
visits integer Total visits

Permissions

Method requires the Manage Landing Pages permission

API Console

The console uses production data, so BE CAREFUL!
GET
pages/search