-
Notifications
You must be signed in to change notification settings - Fork 1
REST_GetApplicationVersion
Julio Carneiro edited this page Nov 21, 2017
·
2 revisions
The REST_GetApplicationVersion HTTP Request objective is to return the host database's current version. Basically the current version of your own 4D Application.
Internally the Component will call a host method named INITGetApplicationVersion, which should return the application version.
The string returned by that call is sent back as the request response.
(sample INITGetApplicationVersion can be found in the Samples folder