Landing Page Layout
GET api/v9/landingPageLayout
Gets all landing page's layouts in the system
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)
POST api/v9/landingPageLayout
No Documentation Found.
Parameters
newLayout: No Documentation Found. (FromBody)
PUT api/v9/landingPageLayout/{id}
Updates a landing page content
Parameters
id: Id of an entity to update (FromUri)
pageLayout: An entity with updated properties (FromBody)
DELETE api/v4/landingPageLayout/{id}
Deletes a landing page layout
Parameters
id: Id of an entity to delete (FromUri)