Auth

Description:
Provides authentication-related actions for the API.
Methode API Description
api/Auth/Login
Authenticates a user by processing the login request with Basic Authentication.
api/Auth/Login
Authenticates a user and generates a token if the credentials are valid.
api/Auth/LoginJwt
Authenticates a user using a JWT (JSON Web Token) provided in the Authorization header.

Connect

Description:
ConnectController
Methode API Description
api/Connect/DBConnect

No documentation available.

DataForm

Description:
Represents a controller for handling data form operations.
Methode API Description
api/DataForm/{guid}
Retrieves a data form based on the provided GUID.
api/DataForm
Retrieves data forms associated with the specified user ID.

DataSet

Description:
The DataSetController handles various operations related to datasets. It includes methods for retrieving, inserting, updating, and deleting data from datasets.
Methode API Description
api/DataSet
Get all DataSets for the current user/organisation
api/DataSet/{guid}
Retrieves a dataset by its unique identifier (GUID).
api/DataSet/Select/{guid}?select={select}&filter={filter}&orderby={orderby}&top={top}&skip={skip}
Retrieve all data for the requested DataSet
api/DataSet/Select
Retrieve all data for the requested DataSet
api/DataSet/Insert
Insert items into the requested DataSet
api/DataSet/BulkCopy
Insert items into the requested DataSet using BulkCopy
api/DataSet/Update
Update items inside the requested DataSet
api/DataSet/Delete
Delete item from the requested DataSet
api/DataSet/Truncate
Truncate the requested DataSet

DataView

Description:
The DataViewController handles operations related to data views. It includes methods to retrieve data views for an organization and to get specific data views based on a unique identifier (GUID).
Methode API Description
api/DataView
The GetDataViews method retrieves all data views for an organization. It performs several checks to ensure the request is authorized and valid before fetching the data views.
api/DataView/{guid}?select={select}&filter={filter}&orderby={orderby}&top={top}&skip={skip}
The GetDataView method retrieves a specific data view based on a provided GUID. It supports additional query parameters for selecting, filtering, ordering, limiting, and skipping data.

Dialog

Description:
Represents a controller for handling dialog-related API requests.
Methode API Description
api/Dialog
Retrieves a list of dialogs for the authenticated user.

DocList

Description:
In Development
Methode API Description
api/DocList/Dynamic
In Development
api/DocList/Dynamic/{id}
In Development
api/DocList/Static
In Development
api/DocList/Static/{id}
In Development

Fibu

Description:
FibuConnect Controller
Methode API Description
api/Fibu/Bank
Get all Banks
api/Fibu/Bank/{id}
Get Bank by its Id
api/Fibu/Belegart
Get all Belegarten
api/Fibu/Belegart/{id}
Get Belegart by ID
api/Fibu/Kostenstelle
Get all Kostenstellen
api/Fibu/Kostenstelle/{id}
Get Kostenstelle By Id
api/Fibu/Kostentraeger
Returnes all Kostenträger
api/Fibu/Kostentraeger/{id}
Gets Kostenträger By ID
api/Fibu/Kostenarten
Returns all Kostenarten
api/Fibu/Kostenarten/{id}
Returns all Kostenarten
api/Fibu/Sachkonten
Returns all Sachkonten
api/Fibu/Sachkonten/{id}
Get Sachkonto By ID
api/Fibu/Mandant
Returns all Mandanten by Org
api/Fibu/Mandant/{id}
Returns all Mandanten by Org
api/Fibu/Steuerschluessel
Gets all Steuerschlüssel from Organisation
api/Fibu/Zahlungsbedingungen
Get Zahlungsbedingungen
api/Fibu/Zahlungsbedingungen/{mandantId}/{kreditor}

No documentation available.

Group

Description:
Group controller
Methode API Description
api/Group
Get all groups for organisation.
api/Group/{groupid}
Get group by its id.

Info

Description:
Provides information-related API endpoints.
Methode API Description
api/info/version
Retrieves the version of the application.

Job

Description:
Job Controller
Methode API Description
api/Job
Return all jobs

List

Description:
ListController
Methode API Description
api/List/Dynamic
Get all mobile lists for the current user.
api/List/Simple

Organization

Description:
Represents a controller for managing organizations.
Methode API Description
api/Organization
Retrieves the organization details for the authenticated user.
api/Organization/Users
Retrieves a list of users for the authenticated organization.

Projectstructure

Description:
Projectstructure controller
Methode API Description
api/Projectstructure
In Development
api/Projectstructure/{id}
In Development

Report

Description:
The ReportController is responsible for handling HTTP requests related to reports.
Methode API Description
api/Report/App/{guid}
Return all reports for the user.
api/Report/{guid}
Returns a report by its guid.
Description:
Provides functionality to search for resources.

Setting

Description:
Controller for managing settings.
Methode API Description
api/Setting?name={name}
Retrieves the setting value based on the provided key.
api/Setting
Handles the HTTP POST request to save a settings value.

Stamp

Description:
StampController
Methode API Description
api/Stamp
In Development
api/Stamp/{id}
In Development

Template

Description:
Represents a controller that handles template-related API requests.
Methode API Description
api/Template?type={type}
Retrieves a list of templates.
api/Template/{id}
Retrieves a template by its identifier.

User

Description:
Provides API endpoints for user-related operations.
Methode API Description
api/User/Login
Obselete, use api/Auth/Login instead.
api/User/LoginJwt
Obselete, use api/Auth/Login instead.
api/User
Retrieves the user information based on the provided bearer token.
api/User
Updates the user information based on the provided bearer token.
api/User/Groups
Retrieves the groups associated with the authenticated user.
api/User/Dialog
Retrieves the dialog information for the authenticated user.
api/User/Organization
Retrieves the organization information for the authenticated user.
api/User/Rights?guid={guid}
Retrieves the rights of a user for a specified application.
api/User/Settings?guid={guid}
Retrieves the user settings for a specified user identified by a GUID.
api/User/Settings?guid={guid}
Sets the user settings for a specified user identified by a GUID.