Some API entities (e.g. CMS Page Components allow to define a relation to another entity according to internal URL schemes.Defining the relation this way establishes a permalink - actual URL is generated on the fly (for example, when presenting the content to end users) according to current configuration.URL Schemes List#
Website Page#
Example: website://page?=5
Example output: welcomeReturns URL configured for this Page.Website entities#
Article#
website://article{?id,slug}
Example: website://article?id=5&slug=awesome
Example output: articles/5-awesomeReturns URL configured for Page
labeled with article_page Service,
identified by ID and, optionally, by slug.Event#
website://event{?id,slug}
Example: website://event?id=5&slug=awesome
Returns URL configured for Page
labeled with event_page Service,
identified by ID and, optionally, by slug.Example output: events/5-awesome.Job Posting#
Example: website://job?id=5&slug=awesome
Example output: jobs/5-awesomeReturns URL configured for Page
labeled with job_page Service,
identified by ID and, optionally, by slug.Store#
website://store{?id,slug}
Example: website://store?id=5&slug=awesome
Example output: stores/5-awesomeReturns URL configured for Page
labeled with store_page Service,
identified by ID and, optionally, by slug.Example: website://promotion?id=5
Example output: promotions/5Returns URL configured for Page
labeled with promotion_page Service,
identified by ID and slug (for decoration).Website Service Pages#
Home Page#
website://service_pages?service=home_page
Returns URL configured for Page
labeled with home_page ServiceArticles List#
website://service_pages?service=articles_list
Returns URL configured for Page
labeled with articles_list ServiceEvents List#
website://service_pages?service=events_list
Returns URL configured for Page
labeled with events_list ServiceJobs List#
website://service_pages?service=jobs_list
Returns URL configured for Page
labeled with jobs_list ServiceStores List#
website://service_pages?service=stores_list
Returns URL configured for Page
labeled with stores_list Servicewebsite://service_pages?service=promotions_list
Example output: promotionsReturns URL configured for Page
labeled with promotions_list Service Modified at 2024-05-06 14:10:59