RESTAPI:Version 1.13: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
=== Sender Name and Phone number in the transfer. ===
=== Sender Name and Phone number in the transfer. ===
The sender’s name and phone number are now saved in the transfer table and can be retrieved via the Sender/Recipient Transfer polling API.
The sender’s name and phone number are now saved in the transfer table and can be retrieved via the Sender/Recipient Transfer polling API.
=== Extend the Fields parameter default value . ===
 
The default <code>Fields</code> parameter now includes boolean properties that were previously omitted. This ensures accurate values are loaded instead of falling back to database defaults. (see in the [[{{NAMESPACE}}:Sender-recipient_Transfer_Polling|Transfer pooling documentation]]).
=== Boolean Fields Now Return <code>null</code> When Not Selected ===
When no fields are explicitly selected, the default '''Fields''' value is used. As a result, <code>notificationFailed</code> and other '''boolean''' fields load their default values, which is incorrect.

Version vom 23. Juni 2025, 13:58 Uhr

Minimum Cryptshare Server Version
The Cryptshare REST API version 1.13 requires at least Cryptshare Server Version 7.4.0.

New features

Improvements

Sender Name and Phone number in the transfer.

The sender’s name and phone number are now saved in the transfer table and can be retrieved via the Sender/Recipient Transfer polling API.

Boolean Fields Now Return null When Not Selected

When no fields are explicitly selected, the default Fields value is used. As a result, notificationFailed and other boolean fields load their default values, which is incorrect.