Index
Module to interact with EMS Apps.
This module serves as entry point to all high-level functionality within EMS Apps.
Typical usage example:
```python
spaces = celonis.apps.get_spaces()
```
Apps ¶
Apps class to interact with apps endpoints.
Parameters:
- 
        
client(Client) –Client used to call apps endpoints.
 
get_space ¶
Gets space with given id.
Parameters:
- 
        
id_(str) –Id of space.
 
Returns:
- 
            
PublishedSpace–A Space object for space with given id.