Core - Ext Resource Group ========================= .. Last update: 24/06/2021 The base url for the APIs in this page is at:: /api/mobile A JSON file with OpenAPI data about all core-related mobile APIs can be downloaded :download:`here `. Get the current user's external resource groups ----------------------------------------------- Gets the guid list of the external resource groups visible by the current user .. openapi:: /openapi/srv-core/api-src-WebMobile.json :paths: /v1/resource-groups/list | guid: The guid of the user Returns a Json positive response with the guid list:: [ "c4ec565a-27d2-4b1d-8464-b55fdd9367f9", "a10e77b3-9a9a-424b-958d-108a4061440b", ... ]