Content for Experiences: REST List
Examples:
- http://<my domain>/lumis/api/rest/contentExperience/lumgetdata/list
- http://<my domain>/lumis/api/rest/contentExperience/lumgetdata/list?category=filter
Features
- It is a REST interface
Interface REST
This REST interface returns, by default, the following fields:
- id
- contentId
- name
- introduction
- content
- image
- category
- link
- callToAction
- position
Below we see an example of the return of this REST interface in JSON format:
Comparing the result of the REST call with the data from the interface
- id is the Identifier of the content in the source.
- contentId is the Content Identifier.
- name is the Name.
- introduction is the Introduction.
- content is the Content.
- image is the Image.
- category is the Category.
- link is the Link.
- callToAction is the Call to Action.
- position is the Position.