Download the PHP package datana-gmbh/datapool-api without Composer
On this page you can find all versions of the php package datana-gmbh/datapool-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package datapool-api
datapool-api
Branch | PHP | Code Coverage |
---|---|---|
master |
Usage
Installation
Setup
Akten
In your code you should type-hint to Datana\Datapool\Api\AktenApiInterface
Search by string (string
)
Get by Aktenzeichen (string
)
Get by Fahrzeug-Identifikationsnummer (string
)
Get one by Aktenzeichen (string
) or get an exception
Get by ID (Datana\Datapool\Api\Domain\Value\DatapoolId
)
Get KT Akten Info (Datana\Datapool\Api\Domain\Value\DatapoolId
)
Get E-Termin Info (Datana\Datapool\Api\Domain\Value\DatapoolId
)
Get SimplyBook Info (Datana\Datapool\Api\Domain\Value\DatapoolId
)
Set value "Nutzer Mandantencockpit" (bool
)
Aktenzeichen
In your code you should type-hint to Datana\Datapool\Api\AktenzeichenApiInterface
Get a new one
AktenEventLog
In your code you should type-hint to Datana\Datapool\Api\AktenEventLogApiInterface
Create a new log
SystemEventLog
In your code you should type-hint to Datana\Datapool\Api\SystemEventLogApiInterface
Create a new log
The API internally converts the "+2 months" to a datetime object. If this datetime is reached, Datapool will delete the log entry. Pass null
to keep the log entry forever.
ChatProtocol
In your code you should type-hint to Datana\Datapool\Api\ChatProtocolApiInterface
Save a new chat protocol
KnowledgeTools
In your code you should type-hint to Datana\Datapool\Api\KnowledgeToolsApiInterface
Get Fieldvalue by Instance and OID
Get Fieldvalue by Aktenzeichen
All versions of datapool-api with dependencies
oskarstark/trimmed-non-empty-string Version ^1.0
psr/log Version ^1.1 || ^2.0 || ^3.0
symfony/http-client Version ^5.4 || ^6.0 || ^7.0
thecodingmachine/safe Version ^1.0 || ^2.0
webmozart/assert Version ^1.7