API

API Compact Guide

Last Updated: 19. Januar 2024

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

Url structure

Last Updated: 14. Oktober 2025

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 Authentification

Last Updated: 14. Oktober 2025

What is an API Token? An API token (or device password) is a credential that allows applications and scripts to authenticate with the API. API tokens provide better security since they can be revoked independently without changing your main password, and you can create multiple tokens for different purposes or applications. How to obtain an...

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