<?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: A lot of woakto API Endpoints in Workato Developer API is not working in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/a-lot-of-woakto-api-endpoints-in-workato-developer-api-is-not/m-p/8009#M3355</link>
    <description>&lt;P&gt;The 500 Internal Server Error typically indicates an issue on the server-side, but there could still be problems in your request. Let's walk through some common troubleshooting steps:&lt;/P&gt;&lt;H3&gt;1. &lt;STRONG&gt;Check the assets part of the request body:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;It seems you are missing quotation marks for some string values, like "name" and "type".&lt;/LI&gt;&lt;LI&gt;The id, name, and type fields should be in quotation marks. In JSON, strings must always be enclosed in quotes.&lt;/LI&gt;&lt;LI&gt;The asset type, which is connection, might also need to be in quotes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "export_manifest": {
    "name": "POC_Project Manifest",
    "assets": [
      {
        "id": 15641803,
        "name": "Workbot_Slack_OfficialMahendra",
        "type": "connection"
      }
    ]
  }
}
​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;2. &lt;STRONG&gt;Endpoint URL:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Make sure the endpoint you're calling, export_manifests, is correct. In most cases, the URL should be a fully qualified URL.&lt;/P&gt;&lt;H3&gt;3. &lt;STRONG&gt;Authentication:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Check that your request contains the required authorization headers (e.g., API key or bearer token). If you are missing authentication details, the server might return a 500 error in some cases.&lt;/P&gt;&lt;H3&gt;4. &lt;STRONG&gt;Folder and Asset IDs:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Ensure that the folder_id and asset_id are correct and correspond to the actual folder and asset you want to export.&lt;/LI&gt;&lt;LI&gt;Double-check the asset type. It should be "connection" for a Workato connection.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;5. &lt;STRONG&gt;Error Tracking:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Since the error message provides an id ("ef0fe5eb-c909-46fd-8cd3-36878ec0d79e"), try reaching out to Workato support with this ID, as they might have specific logs and details that can explain the server error.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;6. Retry the Request:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Sometimes, temporary network glitches or server issues can cause errors. Try resending the request a few times to see if the problem resolves itself.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Sun, 13 Oct 2024 14:09:50 GMT</pubDate>
    <dc:creator>ndy</dc:creator>
    <dc:date>2024-10-13T14:09:50Z</dc:date>
    <item>
      <title>A lot of woakto API Endpoints in Workato Developer API is not working</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/a-lot-of-woakto-api-endpoints-in-workato-developer-api-is-not/m-p/8003#M3353</link>
      <description>&lt;P&gt;I am trying to create an export package for my folder through workato Developer API Endpoint. But getting below error. Appreciate any kind of help in resolving this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;500 Internal Server Error { "message": "Server error", "id": "ef0fe5eb-c909-46fd-8cd3-36878ec0d79e" }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is my Request detail in Json format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;Request name: Create an export manifest,&lt;BR /&gt;Request:&lt;BR /&gt;{&lt;BR /&gt;Method: POST,&lt;BR /&gt;Request content type: application/json,&lt;BR /&gt;Request URL: export_manifests,&lt;BR /&gt;Request URL parameters:&lt;BR /&gt;[&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;param: folder_id,&lt;BR /&gt;value: 21151691&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;Request body: {&lt;BR /&gt;"export_manifest": {&lt;BR /&gt;"name": "POC_Project Manifest",&lt;BR /&gt;"assets": [&lt;BR /&gt;{&lt;BR /&gt;"id":15641803 ,&lt;BR /&gt;"name": Workbot_Slack_OfficialMahendra,&lt;BR /&gt;"type": connection,&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2024 18:15:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/a-lot-of-woakto-api-endpoints-in-workato-developer-api-is-not/m-p/8003#M3353</guid>
      <dc:creator>mahendra_k_s</dc:creator>
      <dc:date>2024-10-12T18:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: A lot of woakto API Endpoints in Workato Developer API is not working</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/a-lot-of-woakto-api-endpoints-in-workato-developer-api-is-not/m-p/8009#M3355</link>
      <description>&lt;P&gt;The 500 Internal Server Error typically indicates an issue on the server-side, but there could still be problems in your request. Let's walk through some common troubleshooting steps:&lt;/P&gt;&lt;H3&gt;1. &lt;STRONG&gt;Check the assets part of the request body:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;It seems you are missing quotation marks for some string values, like "name" and "type".&lt;/LI&gt;&lt;LI&gt;The id, name, and type fields should be in quotation marks. In JSON, strings must always be enclosed in quotes.&lt;/LI&gt;&lt;LI&gt;The asset type, which is connection, might also need to be in quotes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "export_manifest": {
    "name": "POC_Project Manifest",
    "assets": [
      {
        "id": 15641803,
        "name": "Workbot_Slack_OfficialMahendra",
        "type": "connection"
      }
    ]
  }
}
​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;2. &lt;STRONG&gt;Endpoint URL:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Make sure the endpoint you're calling, export_manifests, is correct. In most cases, the URL should be a fully qualified URL.&lt;/P&gt;&lt;H3&gt;3. &lt;STRONG&gt;Authentication:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Check that your request contains the required authorization headers (e.g., API key or bearer token). If you are missing authentication details, the server might return a 500 error in some cases.&lt;/P&gt;&lt;H3&gt;4. &lt;STRONG&gt;Folder and Asset IDs:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Ensure that the folder_id and asset_id are correct and correspond to the actual folder and asset you want to export.&lt;/LI&gt;&lt;LI&gt;Double-check the asset type. It should be "connection" for a Workato connection.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;5. &lt;STRONG&gt;Error Tracking:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Since the error message provides an id ("ef0fe5eb-c909-46fd-8cd3-36878ec0d79e"), try reaching out to Workato support with this ID, as they might have specific logs and details that can explain the server error.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;6. Retry the Request:&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Sometimes, temporary network glitches or server issues can cause errors. Try resending the request a few times to see if the problem resolves itself.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 13 Oct 2024 14:09:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/a-lot-of-woakto-api-endpoints-in-workato-developer-api-is-not/m-p/8009#M3355</guid>
      <dc:creator>ndy</dc:creator>
      <dc:date>2024-10-13T14:09:50Z</dc:date>
    </item>
  </channel>
</rss>

