---
sourceDocument: オーストラリア API リファレンス
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ja-JP/api-reference

 Release :

    - australia

ft:locale :

    - ja-JP

ft:publication_title :

    - オーストラリア API リファレンス

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# タイトルの上書き

# RSS タイトルの上書き {#ariaid-title1}

* リリースバージョン: Australia
* 
* 更新日 2026年03月12日
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 所要時間：2分

オプションで、要求 URL に sysparm_title パラメーターを追加することで、RSS フィードの自動生成タイトルを上書きできます。  
たとえば、次の要求 URL を使用して、 <kbd class="ph userinput">タイトル「優先度 1 のインシデント」</kbd> を指定できます。

     https://<instance name>.service-now.com/incident.do?sysparm_query=priority=1&sysparm_view=ess&RSS&sysparm_title=Priority%20One%20Incidents

これにより、次のような結果が生成されます。

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
      <channel>
        <title>Priority One Incidents</title>
        <link>http://www.service-now.com/demo/nav_to.do?uri=incident.do?sysparm_query=priority=1</link>
        <description>Priority One Incidents</description>
        <copyright>Copyright 2006 Service-now.com</copyright>
        <pubDate>Mon, 12 Jun 2006 11:04:44 PDT</pubDate>
        <lastBuildDate>Mon, 12 Jun 2006 11:04:44 PDT</lastBuildDate>
        <generator>jRSSGenerator by Henrique A. Viecili</generator>
        <docs>http://blogs.harvard.edu/tech/rss</docs>
        <item>
          <title>INC00009</title>
          <link>http://www.service-now.com/demo/nav_to.do?uri=incident.do?
            sys_id=46b66a40a9fe198101f243dfbc79033d%26sysparm_stack=incident_list.do%
            3Fsysparm_query=active=true</link>
          <description>INC00009 2006-02-01 14:50:23 Reset my password</description>
          <author>glide.maint</author>
          <guid>46b66a40a9fe198101f243dfbc79033d</guid>
          <pubDate>Wed, 17 May 2006 18:20:57 PDT</pubDate>
        </item>
      </channel>
    </rss>


