GET api/v9/LandingPage
Retrieves all Landing Pages created in the System.
Parameters
GET api/v9/LandingPage/{id}
Returns Landing Page with a particular Id.
Parameters
GET api/v9/LandingPage/{guid}
Returns Landing Page with a particular Id.
Parameters
GET api/v9/LandingPage/urls
Retrieves list of all available Landing Page URLs
Parameters
GET api/v9/LandingPage/Custom
Retrieves all values of the Custom field in pages
Parameters
POST api/v9/LandingPage
Add new Landing Page.
Parameters
POST api/v9/LandingPage/bulk
Add multiple Landing Pages at once
Parameters
PUT api/v9/LandingPage/{id}
Update Landing Page with a particular Id.
Parameters
PUT api/v4/LandingPage/{guid}
Update Landing Page with a particular Guid.
Parameters
PUT api/v9/LandingPage/url/{url}
Update Landing Page with a particular Url.
Parameters
PUT api/v9/LandingPage/bulk
Update multiple Landing Pages at once.
Parameters
DELETE api/v9/LandingPage/{id}
Delete Landing Page with a particular Id.
Parameters
DELETE api/v9/LandingPage/{guid}
Delete Landing Page with a particular Guid.
Parameters
DELETE api/v9/LandingPage/bulk
Delete multiple Landing Pages at once.
Parameters
DELETE api/v9/LandingPage/bulk/url
Delete multiple Landing Pages at once.
Parameters
DELETE api/v9/LandingPage/bulk/guid
Delete multiple Landing Pages at once.
Parameters
GET api/v9/LandingPage/SortBy
Retrieves Fields available for sorting.
Parameters
GET api/v9/LandingPage/AllFacets
Retrieves All Facets available for display
Parameters
GET api/v9/LandingPage/url/{url}
Returns Landing Page with a particular custom url
Parameters
GET api/v9/LandingPage/custom/{custom}
Get Landing Page entity by Custom field
Parameters
DELETE api/v9/LandingPage/url/{url}
Delete Landing Page with a particular url
Parameters
DELETE api/v9/LandingPage/custom/{custom}
Delete Landing Page by Custom field value
Parameters
PUT api/v9/LandingPage/custom/{custom}
No Documentation Found.
Parameters