Lesen aus Monday-Entitäten
Voraussetzungen
-
Ein Monday-Objekt, aus dem gelesen werden soll. In der folgenden Tabelle mit unterstützten Entitäten können Sie die verfügbaren Entitäten überprüfen.
Unterstützte Entitäten für Quelle
Liste der Entitäten:
-
Konto: https://developer.monday.com/api-reference/docs/account#queries
-
Board: https://developer.monday.com/api-reference/docs/boards#queries
-
Spalte: https://developer.monday.com/api-reference/docs/columns#queries
-
Dokumente: https://developer.monday.com/api-reference/docs/docs#queries
-
Dokumentblock: https://developer.monday.com/api-reference/docs/blocks#queries
-
Dateien: https://developer.monday.com/api-reference/docs/files#queries
-
Ordner: https://developer.monday.com/api-reference/docs/folders#queries
-
Gruppen: https://developer.monday.com/api-reference/docs/groups#queries
-
Element: https://developer.monday.com/api-reference/docs/items#queries
-
Unterelemente: https://developer.monday.com/api-reference/docs/subitems#queries
-
Tags: https://developer.monday.com/api-reference/docs/tags-queries#queries
-
Teams: https://developer.monday.com/api-reference/docs/teams#queries
-
Updates: https://developer.monday.com/api-reference/docs/updates#queries
-
Benutzer: https://developer.monday.com/api-reference/docs/users#queries
-
Arbeitsbereiche: https://developer.monday.com/api-reference/docs/workspaces#queries
| Entität | Kann gefiltert werden | Unterstützt Limit | Unterstützt „Sortieren nach“ | Unterstützt „* auswählen“ | Unterstützt Partitionierung |
|---|---|---|---|---|---|
| Account | Nein | Nein | Nein | Ja | Nein |
| Boards | Ja | Ja | Nein | Ja | Nein |
| Spalten | Nein | Nein | Nein | Ja | Nein |
| Dokumente | Ja | Ja | Nein | Ja | Nein |
| Dokumentblöcke | Nein | Ja | Nein | Ja | Nein |
| Dateien | Ja | Nein | Nein | Ja | Nein |
| Gruppen | Nein | Nein | Nein | Ja | Nein |
| Item | Ja | Ja | Nein | Ja | Nein |
| Unterelemente | Nein | Nein | Nein | Ja | Nein |
| Tags | Ja | Nein | Nein | Ja | Ja |
| Teams | Ja | Nein | Nein | Ja | Nein |
| Aktualisierungen | Nein | Ja | Nein | Ja | Nein |
| Benutzer | Ja | Ja | Nein | Ja | Nein |
| Workspaces | Ja | Ja | Nein | Ja | Nein |
| Ordner | Ja | Ja | Nein | Ja | Nein |
Beispiel
monday_read = glueContext.create_dynamic_frame.from_options( connection_type="monday", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "account", "API_VERSION": "v2" }