<?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: POST / PUT Grid row using API in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13406424#M107</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4162483"&gt;@sven.dickmans&lt;/a&gt;&amp;nbsp; One more question. Do you have an examples of picking from a picklist when inserting or updating a gridrow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Nevermind, I got it. Thanks again!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2025 11:30:02 GMT</pubDate>
    <dc:creator>ThomasRambach</dc:creator>
    <dc:date>2025-04-03T11:30:02Z</dc:date>
    <item>
      <title>POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139043#M98</link>
      <description>&lt;P&gt;I am writing an integration that reads and write from the Fusion Grid using :&lt;/P&gt;&lt;P&gt;Method: "PUT"&lt;/P&gt;&lt;P&gt;BASE_URL + $"workspaces/{workspaceId}/items/{dmsID}/views/13/rows/{rowID}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This regularly gives the below error:&lt;/P&gt;&lt;P&gt;Fusion API Error: {&lt;BR /&gt;"errorCode" : "GEN_INVALID_INPUT_SCHEMA",&lt;BR /&gt;"message" : "Incorrect payload",&lt;BR /&gt;"params" : null,&lt;BR /&gt;"url" : null,&lt;BR /&gt;"errorClass" : "APIError"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented a retry which then seems to work, does anyone know why this is happening?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 15:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139043#M98</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2024-11-08T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139055#M99</link>
      <description>&lt;P&gt;As the error message indicates an 'incorrect payload', it would be interesting to see an example payload of your requests.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 15:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139055#M99</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2024-11-08T15:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139073#M100</link>
      <description>&lt;P&gt;Payload below. Apologies this is a POST not a PUT. Sometimes it works first time. If it errors i wait a second and send the same request again it works. I dont want to have to put the request in a loop to sleep and retry as this will affect performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[{"rowData":[{"__self__":"/api/v3/workspaces/538/views/13/fields/LINE_NUMBER","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.LINE_NUMBER","title":"Integer","type":{"link":"/api/v3/field-types/30","urn":"urn:adsk.plm:tenant.field-type:HTC.30","title":"Integer","deleted":false},"value":1,"isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/DRAWING_POSITION","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.DRAWING_POSITION","title":"Integer","type":{"link":"/api/v3/field-types/30","urn":"urn:adsk.plm:tenant.field-type:HTC.30","title":"Integer","deleted":false},"value":1,"isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/ITEM","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.ITEM","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"CONNORTEST1","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/ITEM_NAME","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.ITEM_NAME","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"JUNCTION BOX","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/QTY","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.QTY","title":"Float","type":{"link":"/api/v3/field-types/2","urn":"urn:adsk.plm:tenant.field-type:HTC.2","title":"Float","deleted":false},"value":1.0,"isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/TAG_NUMBER","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.TAG_NUMBER","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"T1","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/SERIAL_NUMBER","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.SERIAL_NUMBER","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":null,"isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/LIFECYCLE_STATE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.LIFECYCLE_STATE","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"Engineering","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/TRANSPORT_CODE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.TRANSPORT_CODE","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"G - Assembled in Shop","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/NOTE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.NOTE","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":null,"isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/FLUSHING_PRINCIPLE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.FLUSHING_PRINCIPLE","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"Start","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/CONSUMPTION_TYPE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.CONSUMPTION_TYPE","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"Variable","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/EARLY_RELEASE","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.EARLY_RELEASE","title":"Check Box","type":{"link":"/api/v3/field-types/9","urn":"urn:adsk.plm:tenant.field-type:HTC.9","title":"Check Box","deleted":false},"value":"false","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/DATE_SENT_TO_D365","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.DATE_SENT_TO_D365","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"11/8/2024","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/BOMID","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.BOMID","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"BOM0000000332","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/BOMRECID","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.BOMRECID","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"5638871326","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/RELATED_FM_BOM_ROW","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.RELATED_FM_BOM_ROW","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":".CONNORTEST1","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/BOMEXPLORERPARENTID","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.BOMEXPLORERPARENTID","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"-","isSystemField":false},{"__self__":"/api/v3/workspaces/538/views/13/fields/BOMEXPLORERID","urn":"urn:adsk.plm:tenant.workspace.view.field:HTC.538.13.BOMEXPLORERID","title":"Single Line Text","type":{"link":"/api/v3/field-types/4","urn":"urn:adsk.plm:tenant.field-type:HTC.4","title":"Single Line Text","deleted":false},"value":"3c124458-5cc4-421e-8411-09bb75059342","isSystemField":false}]}]&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 15:19:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139073#M100</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2024-11-08T15:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139709#M101</link>
      <description>&lt;P&gt;Another way is to use PATCH to save all the info into a single paragraph field, and then just use an on-edit script to write it into grid rows.&lt;/P&gt;&lt;P&gt;It has the extra advantage of being atomic, and your script could even figure out to update existing or add new rows.&lt;/P&gt;&lt;P&gt;Performance wise, it is a single Rest call, and you won't beat that for speed.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 20:09:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13139709#M101</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2024-11-08T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13142768#M102</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3941960"&gt;@connor.ferguson&lt;/a&gt;&amp;nbsp;Few remarks about the payload:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a) Why do you pass an Array instead of named properties? I would have expected the payload to start with '{"rowData"', without the square brackets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b) You can omit most of the parameters of your payload (type, isSystemField,...). In my solutions, I only pass the link (__self__) and the value (ie as string or object in case of pick list : { value : '/api/v3/workspaces...'})&lt;/P&gt;
&lt;P&gt;c) The POST request will always create new grid rows. To update existing grid row entries, you will have to use a PUT request.&lt;/P&gt;
&lt;P&gt;d) Does the behavior of your code change if you reduce it? What happens if you pass one Single Line Text field value only? Your payload will set null for a field and another one stores a data value. You may want to remove them from your call to see if the cause any issues.&lt;/P&gt;
&lt;P&gt;e) Are there any script errors when you run your API calls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7180507"&gt;@philipfrench&lt;/a&gt;&amp;nbsp;Using scripts might reduce implementation time but it has disadvantages as well: The logic must be implemented in the edit event and therefore will be triggered with every update. It will also add unnecessary (and complex) entries in the Change Log and System Log. And it does not support return values - the API cannot recognize and act on failures when using scripts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 07:52:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13142768#M102</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2024-11-11T07:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13143460#M103</link>
      <description>&lt;P&gt;Thanks both for the suggestions. Sven as you suggested i removed passing the data in a json array and just passed row data, which still errored but then i added an accept header to my request and it works, seemingly every time!&lt;/P&gt;&lt;P&gt;I put the data in an array because that is how it is formatted by Fusion when creating a grid row.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connorferguson_0-1731334557876.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1432418iEB4A6EFA93BBB15F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="connorferguson_0-1731334557876.png" alt="connorferguson_0-1731334557876.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But i think my issue is solved now, thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 14:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13143460#M103</guid>
      <dc:creator>connor.ferguson</dc:creator>
      <dc:date>2024-11-11T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13405065#M104</link>
      <description>&lt;P&gt;Is adding or updating a gridview row still even possible using the v3 API? The documentation only shows GET and I haven't had much luck using some of the lessons learned here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 18:43:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13405065#M104</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2025-04-02T18:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13405093#M105</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/48931"&gt;@ThomasRambach&lt;/a&gt;&amp;nbsp;Yes it is. &lt;A href="https://www.postman.com/svendickmans/fusion-manage/collection/xyw79w2/fusion-manage-rest-api" target="_blank" rel="noopener"&gt;This Postman collection&lt;/A&gt; may be of help when exploring the V3 API. It includes an &lt;A href="https://www.postman.com/svendickmans/fusion-manage/request/jpy4826/update-grid-row" target="_blank" rel="noopener"&gt;example for grid row updates&lt;/A&gt; and other use cases. Please see the documentation of the collection's top level page about how to use this collection by creating a fork of the collection and adjusting its variable.&lt;/P&gt;
&lt;P&gt;The examples work with new demo/trial tenants directly. If your tenant config and data is different, you will have to adjust the given workspace and dms IDs using the variables.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 19:04:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13405093#M105</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2025-04-02T19:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13406377#M106</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4162483"&gt;@sven.dickmans&lt;/a&gt;&amp;nbsp;I've used some older Postman collections that you may have created, but this one is absolutely perfect. Thank you. This will help out tremendously.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 10:50:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13406377#M106</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2025-04-03T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13406424#M107</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4162483"&gt;@sven.dickmans&lt;/a&gt;&amp;nbsp; One more question. Do you have an examples of picking from a picklist when inserting or updating a gridrow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Nevermind, I got it. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 11:30:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13406424#M107</guid>
      <dc:creator>ThomasRambach</dc:creator>
      <dc:date>2025-04-03T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13662466#M8453</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4162483"&gt;@sven.dickmans&lt;/a&gt;&amp;nbsp;I'm not having any luck configuring postman to add an item to a grid row via the v3 REST API.&amp;nbsp; I utilized the nomenclature found &lt;A href="https://www.postman.com/svendickmans/fusion-manage/request/7gvdb1t/add-grid-rows?tab=body" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;but I still continue to receive an incorrect payload error.&amp;nbsp; I have ensured that there is only one field name TEST on the grid tab that is a single line text that can accept up to 50 characters.&amp;nbsp; There should be no security issues as I have assigned myself every role and every permission possible for this workspace.&amp;nbsp; I deleted all other fields from that grid tab.&amp;nbsp; Please see attached screenshots showing the body and headers that I'm using.&amp;nbsp; I tried copying the data while changing the values directly from that web-page as well as using ChatGPT to create it for me while referencing this page, the postman example, &lt;A href="https://github.com/dickmans/plm-utilities/blob/main/api-examples/41-grid-add-row.js" target="_blank" rel="noopener"&gt;this example,&lt;/A&gt;&amp;nbsp;and the fusion manage help site.&amp;nbsp; Any assistance would be very helpful.&amp;nbsp;&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="Screenshot 2025-06-02 141257.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1539501i537596EF54800B84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-06-02 141257.png" alt="Screenshot 2025-06-02 141257.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-06-02 141135.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1539502i41E5D3F7621A2E8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-06-02 141135.jpg" alt="Screenshot 2025-06-02 141135.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 21:34:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13662466#M8453</guid>
      <dc:creator>Johnny.Matthys</dc:creator>
      <dc:date>2025-06-02T21:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13662951#M8454</link>
      <description>&lt;P&gt;When you are stuck like this, try doing the same operation in the browser and tracing what the browser is doing.&lt;/P&gt;&lt;P&gt;Try playing with developer tools, go to the page for your grid, do CTRL + SHIFT + I, go to network tab, then add your grid row.&lt;/P&gt;&lt;P&gt;You can see what the browser is doing for the payload, and note also the Request headers (especially Content-Type).&lt;/P&gt;&lt;P&gt;Now compare that to your Postman example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a much more productive approach than chatgtp and following the documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whenever I hit a problem with the rest api, the answer is always found in comparing what I am doing with what the browser is doing.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 07:08:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13662951#M8454</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2025-06-03T07:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13664015#M8458</link>
      <description>&lt;P&gt;Thanks for the advice. It was really helpful!&amp;nbsp; While I am in no way a programmer (hence my reliance on ChatGPT) I was at least able to follow the trail well enough to copy and paste the right thing over to Postman to figure out what the right nomenclature is.&amp;nbsp; Surprisingly enough ChatGPT would have gotten me there a while back if it didn't keep adding the first '{ "Rows":' call in the body of the post.&amp;nbsp; Once I figured out where to find the payload in the inspection area it became quite obvious what the error was.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 17:03:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13664015#M8458</guid>
      <dc:creator>Johnny.Matthys</dc:creator>
      <dc:date>2025-06-03T17:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13664246#M8459</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9056432"&gt;@Johnny.Matthys&lt;/a&gt;&amp;nbsp;I am glad that you managed to solve the problem. The advice of&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7180507"&gt;@philipfrench&lt;/a&gt;&amp;nbsp;is really helpful, it helps exploring the REST API and its capabilities in an easy way.&lt;/P&gt;
&lt;P&gt;Is there anything that I could change in my Postmam example that would have helped you resolving the issue quicker?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 19:55:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13664246#M8459</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2025-06-03T19:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: POST / PUT Grid row using API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13698306#M8469</link>
      <description>Unfortunately, I don't believe there is much that would have helped me&lt;BR /&gt;figure this out quicker since I lack a reasonable foundation in the subject&lt;BR /&gt;matter.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2025 19:13:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/post-put-grid-row-using-api/m-p/13698306#M8469</guid>
      <dc:creator>Johnny.Matthys</dc:creator>
      <dc:date>2025-06-25T19:13:57Z</dc:date>
    </item>
  </channel>
</rss>

