Boomi MFT - File Sharing API Reference (1.16) - ServiceVersions
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 REST Services Version Web Services provide an endpoint for retrieving version information of all REST services available in the MFT Server. This includes a list of individual service components along with their respective version details.
Retrieve Information about Service Versions
Gets information about versions of REST services in the ThruServer.
Invocation Scenarios
Get list of services and their versions.
Authorizations:
SessionAuth
Responses
Response Schema: application/json
Array of objects (ThruServiceVersion) REST Services | |||||
Array
| |||||
Response samples
- 200
Content type
application/json
{- "ServiceVersions": [
- {
- "ServiceName": "FileSystem",
- "SupportedVersions": "1.0"
}
]
}Was this topic helpful?