Using API to Get a Landing Page Layout
- 1 Overview
- 1.1 Request
- 1.2 Response
- 1.3 GET Methods
Overview
This API allows you to retrieve a single landing page layout 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 Page Layout
Â
GET Methods
GET api/v9/LandingPageLayout/{id}
Gets a single landing page layout by its id
Parameters
id: Id of a landing page layout (FromUri)
GET api/v9/LandingPageLayout/{name}
Gets a single landing page layout by its name
Parameters
name: Name of a landing page layout (FromUri)