Zweck von API-Abfragen in Power BI Power BI ist ein leistungsfähiges Tool, mit dem sich Daten visualisieren und analysieren lassen. Es kann in Ergänzung zu unserem System genutzt werden, um Daten aus teamspace für weiterführende Analysen, Reports etc. zu nutzen. Dazu kann Power BI über die API passende Endpunkte in teamspace bzw. projectfacts ansprechen und...
Hier finden Sie den projectfacts API Compact Guide mit hilfreichen Anleitungen.
Usually an api resource follows this pattern: server is the location of your teamspace installation, e.g. „https://app1.teamspace.de“ Everything api is located under, well, api Next part of the URL is the collection you want to access, e.g. „project“, „time“. To access a certain element, the collection is followed by the elements id The path can...
This example shows how to create a new contact, complete with addresses and a referenced company. Let’s see the necessary steps: create an organization contact create the organizations contacts postal address create the organizations contacts phone number create the organization itself finish creation of the organization contact create the contact we initially wanted (this time...
Wenn Sie eine API nicht mit einem persönlichen Nutzerzugang nutzen möchten, dient eine API-Zugangsberechtigung als „neutrale“ Autorisierung der Zugriffe. Beispiel Zeiterfassungsterminal Ein Anwendungsfall ist beispielsweise die Nutzung eines Terminals zur Zeiterfassung (teamspace liefert solch ein Terminal übrigens gleich mit). Ein Terminal kann Mitarbeiter ein und auschecken und Informationen zur Zeiterfassung anzeigen. Diese Vorgänge geschehen nicht...