Table of Contents |
---|
Overview
This API allows you to create a landing page layout in Hawksearch dashboard.
...
Expand | |||||
---|---|---|---|---|---|
|
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 Get All Landing PageLayoutsPage Layout
POST Methods
POST api/v9/LandingPage
Add new Landing Page.
Parameters
value: Landing Page object (FromBody)
version: (FromUri)
POST api/v9/LandingPage/bulk
Add multiple Landing Pages at once
Parameters
pages: Collection of Landing Page objects (FromBody)
version: (FromUri)