GET

https://api.walkme.com/public/v1/systems/SYSTEM_GUID/environments


PATH PARAMS


SYSTEM_GUID String

System GUID in the format of (8,4,4,4,12): XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX


{  
   "environments":[  
      {  
         "name":"Production",
         "id":0
      },
      {  
         "name":"Test",
         "id":3
      },
      {  
         "name":"Custom",
         "id":12
      }
   ]
}