Tag¶
qgendapy.resources.tag
¶
TagResource(client)
¶
Bases: BaseResource
Synchronous tag endpoints.
Source code in src/qgendapy/resources/_base.py
list(*, odata=None)
¶
List all tags in the company.
Requires an admin-scoped QGenda account. Service accounts
provisioned only for schedule reads will get a 401 with the message
User does not have admin permission for any company. Catch
:class:qgendapy.exceptions.APIError if you call this from code
that may run under non-admin credentials.