TANSS Mitarbeiter icon

TANSS Mitarbeiter

Verwaltet Mitarbeiter in der TANSS API

Overview

This node interacts with the TANSS API to manage employee data, specifically focusing on technicians when using the "Techniker auflisten" (List Technicians) operation. It retrieves a list of all technicians registered in the TANSS system. This is useful for workflows that need to access or process technician information, such as scheduling, reporting, or integration with other systems.

Practical example:

  • Automatically fetch all technicians to assign tasks based on availability.
  • Generate reports listing all active technicians in the organization.

Properties

Name Meaning
API Token API token obtained from TANSS authentication, required to authorize API requests.

Output

The node outputs an array of JSON objects, each representing the response from the TANSS API for the requested operation. For the "Techniker auflisten" operation, the output JSON contains the list of technicians with their details as provided by the TANSS API.

No binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the TANSS API.
  • The node expects the base URL of the TANSS API to be configured in the credentials.
  • Network access to the TANSS API endpoint is necessary.

Troubleshooting

  • Missing Credentials Error: If no API credentials are found, the node throws an error indicating missing login data. Ensure the API token and base URL are correctly configured in the credentials.
  • Empty Fields Error: For operations that require input fields (not applicable to "Techniker auflisten"), the node throws errors if no fields are provided.
  • Unknown Operation Error: If an unsupported operation is selected, the node will throw an error specifying the unrecognized operation.
  • API Request Failures: Errors during API calls include the operation name and the original error message. Check network connectivity, API token validity, and API endpoint availability.

Links and References

  • TANSS API Documentation (refer to your internal or official TANSS API docs for detailed endpoints and data structures).

Discussion