<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Windchill REST API returns only current user tasks how to get all tasks in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1035086#M10476</link>
    <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/739733"&gt;@ozclkonur&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have a &lt;A href="https://community.ptc.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1034032#M10442" target="_blank"&gt;response&lt;/A&gt; from a PTC support expert. If it helped you solve your question please mark the reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 05:58:50 GMT</pubDate>
    <dc:creator>vnamboodheri</dc:creator>
    <dc:date>2025-09-22T05:58:50Z</dc:date>
    <item>
      <title>Windchill REST API returns only current user tasks how to get all tasks</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1033840#M10437</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I'm working on a workflow notification system using Windchill OData REST API, and I'm facing an issue with user-based filtering.&lt;/P&gt;&lt;P&gt;**Current Situation:**&lt;BR /&gt;- When I call `/Windchill/servlet/odata/v5/Workflow/WorkItems` endpoint with Basic Authentication&lt;BR /&gt;- The API only returns WorkItems assigned to the authenticated user&lt;BR /&gt;- If I authenticate as "PLM-1" user, I only see PLM-1's tasks&lt;BR /&gt;- If I authenticate as "oozcelik" user, I only see oozcelik's tasks&lt;/P&gt;&lt;P&gt;**What I Need:**&lt;BR /&gt;I need to retrieve ALL WorkItems across ALL users to build a notification system that monitors new task assignments and sends notifications to the assigned users.&lt;/P&gt;&lt;P&gt;**What I've Tried:**&lt;BR /&gt;1. Using administrator account (PLM-1) - still only returns tasks assigned to admin&lt;BR /&gt;2. Using $expand and $filter parameters - no success&lt;BR /&gt;3. Looking for different endpoints like /AllWorkItems - couldn't find any&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 06:18:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1033840#M10437</guid>
      <dc:creator>ozclkonur</dc:creator>
      <dc:date>2025-09-15T06:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill REST API returns only current user tasks how to get all tasks</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1034032#M10442</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you can make a query builder report to find tasks and run report over rest call&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;/Windchill/servlet/odata/v4/Reporting/ExecuteReportTemplate&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fadel_0-1758016439439.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/128314i37306C0F9AD88D49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fadel_0-1758016439439.png" alt="Fadel_0-1758016439439.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 09:54:14 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1034032#M10442</guid>
      <dc:creator>Fadel</dc:creator>
      <dc:date>2025-09-16T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Windchill REST API returns only current user tasks how to get all tasks</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1035086#M10476</link>
      <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/739733"&gt;@ozclkonur&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have a &lt;A href="https://community.ptc.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1034032#M10442" target="_blank"&gt;response&lt;/A&gt; from a PTC support expert. If it helped you solve your question please mark the reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 05:58:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Windchill-REST-API-returns-only-current-user-tasks-how-to-get/m-p/1035086#M10476</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2025-09-22T05:58:50Z</dc:date>
    </item>
  </channel>
</rss>

