Get a list of user configurations - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can return the configurations that the logged in user has access to using the following example GET:

. . api/v1/User/Configs

This example GET returns:

{"@odata.context": " . . /api/v1/$metadata#User/Configs","value":

[

{

"ConfigUID": "AB_ConfigurationTop",

"DisplayName": "ConfigurationTop",

"ParentUID": null,

"ConfigStatus": "Active",

"QuerySelected"; true,

"CreateSelected": true

},

{

"ConfigUID": "AB_Plant-1",

"DisplayName": "Plant-1",

"ParentUID": "AB_ConfigurationTop"

"ConfigStatus": "Active",

"QuerySelected"; false,

"CreateSelected": false

},

]