Liste der Labels. Beachten Sie, dass jede Labelressource nur ein id, name, messageListVisibility, labelListVisibility und type enthält. Mit der Methode labels.get können zusätzliche Labeldetails abgerufen werden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (UTC)."],[[["Lists all labels in a user's mailbox, providing details like ID, name, and visibility."],["Requires an HTTP GET request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/labels`, replacing `{userId}` with the user's email address or `me`."],["The response body includes a list of labels, each containing basic information; use `labels.get` for detailed label data."],["Requires authorization with specific OAuth scopes, such as `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.readonly`."]]],[]]