Skip to content

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(client)

Apps class to interact with apps endpoints.

Parameters:

  • client (Client) –

    Client used to call apps endpoints.

client instance-attribute

client = client

get_space

get_space(id_)

Gets space with given id.

Parameters:

  • id_ (str) –

    Id of space.

Returns:

get_spaces

get_spaces()

Gets all spaces.

Returns: