Boomi MFT - File Sharing API Reference (1.16) - ServerVersion
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
The Version REST Web Services provide an endpoint for retrieving detailed version information of the MFT Server, including major, minor, and revision numbers.
Retrieve Information about Server Version
Gets information about version of MFT server.
Remarks
| Example:
Server version 9.10.7.41914
Return:
Major: 9
Minor:10
Buildnumber: 7
Suffix: ""
Revision: 41914 |
Invocation Scenarios
Get version.
Remarks
Example: Server version 9.10.7.41914 Return: Major: 9 Minor:10 Buildnumber: 7 Suffix: "" Revision: 41914
Authorizations:
SessionAuth
Responses
Response Schema: application/json
| Buildnumber required | integer <int32> Build number |
| Major required | integer <int32> Major version |
| Minor required | integer <int32> Minor version |
| Revision required | integer <int32> Revision number |
| Suffix required | string Suffix, addition version identificator. This field can be empty. |
Response samples
- 200
Content type
application/json
{- "Major": 7,
- "Minor": 8,
- "Buildnumber": 23,
- "Suffix": "1.1.2",
- "Revision": 11234
}Was this topic helpful?