Using API to Get a Landing Page
- 1 Overview
- 1.1 Request
- 1.2 Response
- 1.3 GET Methods
Overview
This API allows you to retrieve a single landing page in Hawksearch dashboard.
Request
Response
The response is an array of landing page objects, every object being a series of key-value pairs. For the description of the data, please refer to Using API to Create Landing Pages
Â
GET Methods
GET api/v9/LandingPage/{id}
Returns Landing Page with a particular Id.
Parameters
id: Unique Id of the Landing Page (FromUri)
version: (FromUri)
GET api/v9/LandingPage/{guid}
Returns Landing Page with a particular Id.
Parameters
guid: Unique Id of the Landing Page (FromUri)
version: (FromUri)
GET api/v9/LandingPage/urls
Retrieves list of all available Landing Page URLs
Parameters
version: (FromUri)
GET api/v9/LandingPage/Custom
Retrieves all values of the Custom field in pages
Parameters
version: (FromUri)
GET api/v9/LandingPage/url/{url}
Returns Landing Page with a particular custom url
Parameters
url: Custom url of the Landing Page (FromUri)
version: (FromUri)
GET api/v9/LandingPage/custom/{custom}
Get Landing Page entity by Custom field
Parameters
custom: Custom field value (FromUri)
version: (FromUri)