We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-04-18 11:04 PM - last edited on 2023-09-11 01:08 PM by Doreena Deng
Hi.
Recently I was playing around with bimcloud-api. Everything is fine, but I can't get the user list from the server. It's a bit strange, as the get_resource method works fine with folders, projects, even the server modules (by id or by the path), but can't see anything to work with the user list. I was trying to reach the user data by his id, but got an error like "EntityNotFoundError: No item found by "26f0c30c-49bf-472e-a3c7-f7894220bc3b".
Has anyone encountered such issue?
Solved! Go to Solution.
2023-05-15 06:21 PM
2023-04-18 11:39 PM
And this is twice as strange, as I can get the users data from the each project by joinedUsers list.
2023-04-20 12:16 PM
Hi @Iyur,
The BIMcloud API can support file related operations, as per mentioned in the documentation. What you wish to do, to get user data, is not supported via the public API.
Kind regards,
Noémi
Noémi Balogh
Community Expert, Admin
2023-04-20 01:13 PM
Hi @Noemi Balogh,
Yeah, I was assuming this.
But I can retrieve the user list for each project separately (i.e. joined users and track their online status, some other info), and in the authorization code there is utilization of user id, password and login. Therefore it seems that system has a logic, scheme and perhaps some basic internal queries for user entities. So, could we expect that it will be added (or enabled) to the API functionality soon, as it looks like it needs only to add some function to return the userlist regardless related projects and I assume it wouldn't take too much time. This would be a great feature.
2023-05-15 06:21 PM