<?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: BIMcloud API extracting project data in BIMcloud API</title>
    <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324276#M18</link>
    <description>&lt;P&gt;Hi leilei,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment regarding GET requests using Curl.&lt;BR /&gt;We have used a similar query:&lt;BR /&gt;&lt;A href="http://vbimmanager:20000/management/client/get-resources-by-criterion?session-id=xxxx" target="_self"&gt;http://vbimmanager:20000/management/client/get-resources-by-criterion?session-id=xxxx&lt;/A&gt;&lt;BR /&gt;to extract all possible information from the vbimmanger.&lt;/P&gt;&lt;P&gt;We will try your get methods as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ata&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 08:02:16 GMT</pubDate>
    <dc:creator>ata1993</dc:creator>
    <dc:date>2021-12-06T08:02:16Z</dc:date>
    <item>
      <title>BIMcloud API extracting project data</title>
      <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/323971#M14</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am currently looking for possibilities to extract data on all created projects from the vbim server using the BIMcloud API.&lt;BR /&gt;Regular queries and storage of the information should take place.&lt;/P&gt;
&lt;P&gt;However, I am a bit stuck, I am using the repository with the BIMcloud API specification.&lt;BR /&gt;&lt;A href="https://github.com/GRAPHISOFT/bimcloud-api" target="_blank" rel="noopener"&gt;https://github.com/GRAPHISOFT/bimcloud-api&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My approach is as follows, I have the URL for the server, as well as username and password.&lt;BR /&gt;With the ManagerAPI class I create a session with create_session() and get the session_id as return value. Which I then use in the get_resource() function. But from the get_resource() function, I don't get all the data from the server.&lt;/P&gt;
&lt;P&gt;Or if I knew how to get the data for a project, I could iterate over all projects.&lt;BR /&gt;I would be very happy about some food for thought?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 11:11:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/323971#M14</guid>
      <dc:creator>ata1993</dc:creator>
      <dc:date>2023-09-11T11:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: BIMcloud API extracting project data</title>
      <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/323996#M15</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/21836"&gt;@ata1993&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately what you want to achieve with the publicly available BIMcloud API is not possible. Project data are handled by our private APIs and received data from these APIs can be handled by Archicad only. Our publicly available API offers services for uploading and downloading files from BIMcloud.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A workaround tip could be to use the Archicad API, because it might can get some data once you managed to connect and log in to a BIMcloud, but if you ask me, this sounds really cumbersome to be the solution.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Noémi&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:10:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/323996#M15</guid>
      <dc:creator>Noemi Balogh</dc:creator>
      <dc:date>2021-12-02T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: BIMcloud API extracting project data</title>
      <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324120#M16</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;HI.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;If you want to get all project information, you can try calling like this GET：&lt;/FONT&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;A href="http://10.10.101.170:22000/management/latest/get-projects?session-id=xxxxx" target="_blank" rel="noopener"&gt;&lt;FONT&gt;&lt;FONT&gt;http://ip:22000/management/latest/get-projects?session-id=xxxxx&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;If you want to get all project information, you can try calling like this GET：&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href="http://10.10.101.170:22000/management/latest/get-projects?session-id=xxxxx" target="_blank" rel="noopener"&gt;&lt;FONT&gt;&lt;FONT&gt;http://ip:22000/management/latest/get-project?session-id=xxxxx &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&amp;amp;project-id=xxxxx&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20211203175447.jpg" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/17560iEA2B97588609A767/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20211203175447.jpg" alt="QQ截图20211203175447.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20211203180001.jpg" style="width: 931px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/17561iCF99F24AEBB7AFA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20211203180001.jpg" alt="QQ截图20211203180001.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:04:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324120#M16</guid>
      <dc:creator>leilei</dc:creator>
      <dc:date>2021-12-03T10:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: BIMcloud API extracting project data</title>
      <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324273#M17</link>
      <description>&lt;P&gt;Hello Noemi Balogh,&lt;/P&gt;&lt;P&gt;thank you very much for responding so quickly. After reading your message, we dropped our approach with the BIMcloud API.&lt;/P&gt;&lt;P&gt;And we took an approach via GET request using Curl and have now successfully extracted all the information about the projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ata&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 07:42:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324273#M17</guid>
      <dc:creator>ata1993</dc:creator>
      <dc:date>2021-12-06T07:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: BIMcloud API extracting project data</title>
      <link>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324276#M18</link>
      <description>&lt;P&gt;Hi leilei,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment regarding GET requests using Curl.&lt;BR /&gt;We have used a similar query:&lt;BR /&gt;&lt;A href="http://vbimmanager:20000/management/client/get-resources-by-criterion?session-id=xxxx" target="_self"&gt;http://vbimmanager:20000/management/client/get-resources-by-criterion?session-id=xxxx&lt;/A&gt;&lt;BR /&gt;to extract all possible information from the vbimmanger.&lt;/P&gt;&lt;P&gt;We will try your get methods as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ata&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 08:02:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMcloud-API/BIMcloud-API-extracting-project-data/m-p/324276#M18</guid>
      <dc:creator>ata1993</dc:creator>
      <dc:date>2021-12-06T08:02:16Z</dc:date>
    </item>
  </channel>
</rss>

