Content Identification
This feature allows the publisher to optionally register a slug for the content. This slug can be used to obtain the content details through a REST API.
This feature is supported by content-type services. To enable it in the service, metadata
slug
must be added to the content source.
The format of a slug must follow the following rules:
- It must only contain: lowercase unaccented letters (
a
toz
), numbers, and the characters-
,_
, and/
. - It must start with a letter or number and cannot end with
/
. - After a character
/
, there must be a letter or number. - It must be 100 characters or less in length.
Examples of valid values:
meet-the-lumis-cx-manager
posts/meet-the-lumis-cx-manager
Examples of invalid values:
meet-the-lumis-cx-manager
(contains a characterç
)Posts/meet-the-lumis-cx-manager
(contains an uppercase letter)posts/-best-features-of-lumis-cx-manager
(has a character-
immediately after a character/
)
Once a slug has been registered for a content, it can be obtained through the
REST API
of the service (if it has an available REST interface).
See the REST API
page for more information on how to call for the content.