IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You can use the type methods functionality to predefine semantic URLs to handle requests.
EXAMPLE: You may not want to query a service via the following oData query string: /api/default/newsitems?$filter=startswith(Title, 'test') In this case, you could map the URL to the following URL: /api/default/newsitems/filtered
/api/default/newsitems?$filter=startswith(Title, 'test')
/api/default/newsitems/filtered
This way, you can define URLs that are easier to read and use.
To define a semantic URL, perform the following:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important