

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

# Lesen aus Monday-Entitäten
<a name="monday-reading-from-entities"></a>

 **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](https://developer.monday.com/api-reference/docs/account#queries) \$1queries 
+  [Forum: docs/boards \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/boards#queries) 
+  [Spalte: Dokumente/Spalten \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/columns#queries) 
+  [Dokumente: Dokumente/Dokumente \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/docs#queries) 
+  [Dokumentenblock: https://developer.monday.com/api-reference/ Dokumente/Blöcke \$1queries](https://developer.monday.com/api-reference/docs/blocks#queries) 
+  [Dateien: Dokumente/Dateien \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/files#queries) 
+  [Ordner: Dokumente/Ordner \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/folders#queries) 
+  [Gruppen: Dokumente/Gruppen \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/groups#queries) 
+  [Artikel: Dokumente/Artikel \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/items#queries) 
+  [Unterelemente: Dokumente/Unterelemente \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/subitems#queries) 
+  [Schlagworte: docs/tags-queries \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/tags-queries#queries) 
+  [Teams: Dokumente/Teams \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/teams#queries) 
+  [Aktualisierungen: Dokumente/Updates \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/updates#queries) 
+  [Benutzer: Dokumente/Benutzer \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/users#queries) 
+  [Arbeitsbereiche: Dokumente/Arbeitsbereiche \$1queries https://developer.monday.com/api-reference/](https://developer.monday.com/api-reference/docs/workspaces#queries) 


| Entität | Kann gefiltert werden | Unterstützt Limit | Unterstützt „Sortieren nach“ | Unterstützt „\$1 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 (Markierungen) | Ja | Nein | Nein | Ja | Ja | 
| Teams | Ja | Nein | Nein | Ja | Nein | 
| Aktualisierungen | Nein | Ja | Nein | Ja | Nein | 
| Benutzer | Ja | Ja | Nein | Ja | Nein | 
| Arbeitsbereiche | 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"
     }
```