<?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: Search using v3 api in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081403#M1602</link>
    <description>&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. At least I can stop searching now. Hopefully it will be something to be worked on in the very near future. It's a no-brainer...&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 13:55:35 GMT</pubDate>
    <dc:creator>psaarloos</dc:creator>
    <dc:date>2019-10-11T13:55:35Z</dc:date>
    <item>
      <title>Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081363#M1600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to be able to perform an item search operation through API v3 based on the two properties below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Descriptor&lt;/LI&gt;&lt;LI&gt;Current Workflow State&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading all the available help documentation, searching the web, etc. I didn't find a way to include the Current Workflow State (WF_CURRENT_STATE) in the search. I am aware of a &lt;A href="http://help.autodesk.com/view/PLM/ENU/?guid=PLM_360_User_Search_quick_ref_sup_fields_html" target="_blank" rel="noopener"&gt;list of available properties&lt;/A&gt; specified in the help, but only lifecycleState is mentioned. This is not the state property I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've noticed it was possible using API v1, but I need to use API v3, because my application is required to use the Autodesk Forge OAuth 3-legged authentication workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I perform a search using API v3 which included the WF_CURRENT_STATE property?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your feedback.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 13:41:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081363#M1600</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2019-10-11T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081390#M1601</link>
      <description>&lt;P&gt;It's true that the v3 search does not yet have a way of pinpointing the workflow state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could write the workflow state to a details page attribute and use v3 search to find all records matching an attribute that represents the current workflow state. I realize this is a workaround.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 13:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081390#M1601</guid>
      <dc:creator>tony.mandatori</dc:creator>
      <dc:date>2019-10-11T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081403#M1602</link>
      <description>&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. At least I can stop searching now. Hopefully it will be something to be worked on in the very near future. It's a no-brainer...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 13:55:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9081403#M1602</guid>
      <dc:creator>psaarloos</dc:creator>
      <dc:date>2019-10-11T13:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9651506#M1603</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3036916"&gt;@tony.mandatori&lt;/a&gt;&amp;nbsp;is this still the case?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:07:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9651506#M1603</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2020-07-23T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9651860#M1604</link>
      <description>&lt;P&gt;There are general item properties that you can use to search on.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/PLM/ENU/?guid=PLM_360_User_Search_gen_item_prop_html" target="_blank"&gt;http://help.autodesk.com/view/PLM/ENU/?guid=PLM_360_User_Search_gen_item_prop_html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of them is the workflowState&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;workflowState	workflowState=”CCB Review”	Filters by the items' workflow state&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 16:25:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/9651860#M1604</guid>
      <dc:creator>tony.mandatori</dc:creator>
      <dc:date>2020-07-23T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11363182#M1605</link>
      <description>&lt;P&gt;Couple years late to this party but is there a list of searchable properties anywhere? I've combed through the docs and must have missed them.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 21:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11363182#M1605</guid>
      <dc:creator>rob.ballantyne</dc:creator>
      <dc:date>2022-08-16T21:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11364553#M1606</link>
      <description>&lt;P&gt;Searchable properties are documented in the following Help pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Supported fields-&amp;nbsp;&lt;A href="https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-FIELDSREF" target="_blank"&gt;https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-FIELDSREF&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General Item Properties-&amp;nbsp;&lt;A href="https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-PROPS" target="_blank"&gt;https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-PROPS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Workspace-specific item properties-&amp;nbsp;&lt;A href="https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-WKSPPROPS" target="_blank"&gt;https://help.autodesk.com/view/PLM/ENU/?guid=UG-SEARCH-WKSPPROPS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 13:28:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11364553#M1606</guid>
      <dc:creator>abdulkf</dc:creator>
      <dc:date>2022-08-17T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search using v3 api</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11364741#M1607</link>
      <description>&lt;P&gt;Thank you! I swear I looked there. also why is this not linked in theAPI V3 search endpoint ref.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 14:42:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/search-using-v3-api/m-p/11364741#M1607</guid>
      <dc:creator>rob.ballantyne</dc:creator>
      <dc:date>2022-08-17T14:42:51Z</dc:date>
    </item>
  </channel>
</rss>

