---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Limiting results with a view

# Limiting results with a view {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The description element in the returned RSS xml is constructed using the view as
specified in the URL, when no view is specified, the default no-name view is used.  
To change this format, specify the sysparm_view parameter on the URL. For example, the following request will return the incidents list. However the result will be restricted to only the fields available in the ess view:

     https://<instance name>.service-now.com/incident.do?sysparm_query=priority=1&sysparm_view=ess&RSS

Additionally, the RSS item title can be modified using the sysparm_title_view URL parameter. When specified, the item title will be constructed using the fields specified in the view. For example:

    https://<instance name>.service-now.com/incident.do?sysparm_query=priority=1&sysparm_view=ess&sysparm_title_view=rss_title&RSS


