API

API Compact Guide

Last Updated: 19. Januar 2024

Hier finden Sie den projectfacts API Compact Guide mit hilfreichen Anleitungen.

Url structure

Last Updated: 19. Januar 2024

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...

API Zugangsberechtigung

Last Updated: 19. Januar 2024

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...

Create a contact from start to finish

Last Updated: 5. April 2024

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...

Create expense over the API

Last Updated: 19. März 2025

Overview Expenses are divided into two parts: „expenseCategory“ – Provides the necessary framework conditions, such as currency. It is used to distinguish between expense types. „expense“ – The expense element containing all relevant data. If you want to create a new expense element, you must provide the ID of the expense category. Otherwise, the API...

API Datenabfrage in Power BI​

Last Updated: 11. März 2025

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...