Skip to content

Getting Started with Artesa API โ€‹

Artesa provides a powerful API that allows you to interact with your data in a flexible and efficient way. This documentation will guide you through the process of getting started with the Artesa API, including authentication, making requests, and handling responses.

Getting Started โ€‹

To get started with the Artesa API, follow these steps:

  1. Login: If you're an admin, sign in. If you don't have an account yet, you can sign up for a free trial.
  2. Settings: Go to the settings page and create a new API key or copy an existing one. This key will be used to authenticate your requests.
  3. API Documentation: Familiarize yourself with the API documentation. The documentation is organized by version and includes detailed information about each endpoint, including request and response formats.
  4. Make Requests: Use your API key to make requests to the API. You can use tools like Postman or curl to test the endpoints.
  5. Handle Responses: The API will return responses in JSON format. Make sure to handle these responses appropriately in your application.
  6. Explore the API: The API is designed to be flexible and powerful. Explore the different endpoints and see how they can be used to interact with your data.

Localization โ€‹

๐Ÿ‡ฉ๐Ÿ‡ช Deutschland โ€‹

  • assignments: Auftrag
  • assignment-types: Auftragstyp
  • assignment-events: Arbeitsschritt
  • assignment-event-groups: Arbeitsschrittgruppen
  • customers: Kunden
  • roles: Benutzerrollen
  • users: Benutzer/Mitarbeiter

๐Ÿ‡ฎ๐Ÿ‡น Italia โ€‹

  • assignments: Ordine
  • assignment-types: Tipo ordine
  • assignment-events: Fase di lavoro
  • assignment-event-groups: Gruppo
  • customers: Cliente
  • roles: Attivitร  lavorativa
  • users: Dipendente

Authorization โ€‹

To access the Artesa API, you need to include your API key in the Authorization header of your requests. The format should be:

Authorization
Bearer YOUR_API_KEY

Check the Samples on each endpoints documentation page for examples of how to include the API key in your requests.

Versioning โ€‹

The Artesa API follows a versioning scheme to ensure backward compatibility. Every endpoint has its own version, which is reflected in the URL. When we introduce breaking changes, we will increment the major version number. For example, if the current version is v1, the next breaking change will be v2. We'll inform you about these changes in the changelog and per announcements. We detect who is using which version of the API, so you can continue using the old version until you are ready to upgrade.

Support โ€‹

If you have any questions or need assistance, please refer to www.artesa.de or contact our support team.