REST API accept JSON format
George Costa
11-2-21
Operating system: macOS
In versions built after 2021-11-02 b18
Update Note from Erik Elmgren:

1. The API now replies with JSON data if you specify:


Accept: application/json

in the HTTP headers

e.g.


curl -X GET \
-H "Accept: application/json" \
'http://SJ:Sample99@localhost:8033/api/1/ObjVc'

2. The API can now consume JSON data. POST or PATCH data in JSON format with a Content-Type of application/json


The JSON data is the same both when reading and when writing back to the database.

3. If changes to a record is specified in the "old" way with set_field the window actions for the primary DClass is executed plus all the normal record actions when saving a record. If a record is specified in the new way as posted JSON data only the normal record actions are executed, not the window actions.

4. If an incomplete record (only some fields are specified) is sent to the PATCH (update) function the remaining fields are fetched from the current record in the database. The logic is to first read the fields from the main key, then load the existing record, and finally set all the fields sent in the JSON data.


5. The new method of POST and PATCH does not accept XML data at this time. It it planned for some time in the future but not a priority to implement.


Please feel free to comment and send feedback.
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Carolina Valentino
are the activity set as Hansamanuals said? https://www.hansamanuals.com/main/mailnumber___62526/theconf___231/manuals/version___20250224/langcode___es/hwconvindex.htm?shortcode=HW0301SETTINGS_Order...
17:20 4 Apr 2025
Paul Timms
SendWebRequest3 is a boolean function, so if this returns true and the reply header has an accepted status, you can assume that the data was sent successfully and perform some actions on the record th...
11:12 4 Apr 2025