Waiting for engine...
Skip to main content

Boomi MFT - File Sharing API Reference (1.16) - ServiceVersions

Toggle Pane

Download OpenAPI Specification: Download

Service Versions Service

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
ServiceName
required
string

Service name

SupportedVersions
required
string

Service version

Response samples

Content type
application/json
{
  • "ServiceVersions": [
    • {
      }
    ]
}