<?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: Extracting Bizevents in v2 in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/269267#M3590</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69929"&gt;@carlos_carreno&lt;/a&gt;&amp;nbsp;it's the platform API, not environment API. Basically. &lt;A href="https://community.dynatrace.com/" target="_blank"&gt;https://&amp;lt;environment&amp;gt;.apps.dynatrace.com/platform/swagger-ui/index.html&lt;/A&gt;&lt;BR /&gt;You can find more information here:&lt;BR /&gt;&lt;A href="https://developer.dynatrace.com/develop/access-platform-apis-from-outside/" target="_blank"&gt;https://developer.dynatrace.com/develop/access-platform-apis-from-outside/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 04:39:04 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-02-05T04:39:04Z</dc:date>
    <item>
      <title>Extracting Bizevents in v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/243131#M3066</link>
      <description>&lt;H6&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;While you cannot directly specify the exact permission for capturing business events when generating an access token in Dynatrace&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H6&gt;
&lt;H2&gt;Extracting Bizevents in v2&lt;/H2&gt;
&lt;P&gt;Currently, the Dynatrace API only supports retrieving Bizevents via the PUT method, not GET. This means you cannot directly fetch Bizevents using a standard GET request&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="dff_0-1713403592015.png" style="width: 698px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19160i32868C8605D081B9/image-dimensions/698x56?v=v2" width="698" height="56" role="button" title="dff_0-1713403592015.png" alt="dff_0-1713403592015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"Inquire about alternative methods for exporting business events"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:19:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/243131#M3066</guid>
      <dc:creator>dff</dc:creator>
      <dc:date>2024-04-18T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Bizevents in v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/245767#M3121</link>
      <description>&lt;P&gt;yes you can query them through the DQL API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X 'GET' \
  'https://{environmentid}.apps.dynatrace.com/platform/storage/query/v1/query:execute?enrich=metric-metadata' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "query": "fetch bizevents \n| limit 10",
  "maxResultRecords": 10,
  "maxResultBytes": 1000000,
  "fetchTimeoutSeconds": 60,
  "requestTimeoutMilliseconds": 1000,
  "enablePreview": true,
  "defaultSamplingRatio": 1000,
  "defaultScanLimitGbytes": 10
}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 08:36:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/245767#M3121</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2024-05-16T08:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Bizevents in v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/269264#M3589</link>
      <description>&lt;P&gt;Hello Mark, could you help me, where is this api, I am looking in the swagger but I din´t find it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 22:26:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/269264#M3589</guid>
      <dc:creator>carlos_carreno</dc:creator>
      <dc:date>2025-02-04T22:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Bizevents in v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/269267#M3590</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/69929"&gt;@carlos_carreno&lt;/a&gt;&amp;nbsp;it's the platform API, not environment API. Basically. &lt;A href="https://community.dynatrace.com/" target="_blank"&gt;https://&amp;lt;environment&amp;gt;.apps.dynatrace.com/platform/swagger-ui/index.html&lt;/A&gt;&lt;BR /&gt;You can find more information here:&lt;BR /&gt;&lt;A href="https://developer.dynatrace.com/develop/access-platform-apis-from-outside/" target="_blank"&gt;https://developer.dynatrace.com/develop/access-platform-apis-from-outside/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 04:39:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Extracting-Bizevents-in-v2/m-p/269267#M3590</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-02-05T04:39:04Z</dc:date>
    </item>
  </channel>
</rss>

