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:
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important