v1
latestOpenAPI 3.1.22026-08-0620737.9 KBRetrieve Available Release Version Numbers
Get Available Version Numbers for Language Interface File
Use this endpoint to retrieve a list of all available releases for a language interface file, in the format YYYY.MM.
get/Releases/Interface/{os}/{language}/{architecture}/{filename}
Path parameters
architecture'32BIT' | '64BIT' | 'ANY' required
Describes the target architecture (ie, 'bitness'). Used for object binaries and language interface binaries on certain OS platforms.
filenamestring required
Name of File.
language'NET' | 'C' | 'JAVA' | 'PERL' | 'PHP' | 'PHP7' | 'PYTHON' | 'RUBY' | 'PLSQL' | 'MSSQL' required
Describes the language interface.
- NET - .NET
- C - C/C++
- JAVA - Java
- PERL - Perl
- PHP - PHP (legacy, prior to v7)
- PHP7 - PHP v7
- PYTHON - Python
- RUBY - Ruby
- PLSQL - Oracle PL/SQL
- MSSQL - SQL Server T-SQL
os'AIX' | 'ANY' | 'HPUX_IT' | 'HPUX_PA' | 'LINUX' | 'SOLARIS' | 'WINDOWS' | 'ZLINUX' required
Describes the target OS. Used for object binaries and language interface binaries.
- AIX - AIX PowerPC
- ANY - Any OS
- HPUX_IT - HP-UX ia64
- HPUX_PA - HP-UX RISC
- LINUX - Linux Redhat
- SOLARIS - Solaris Sparc
- WINDOWS - Windows
- ZLINUX - IBM zLinux
Query parameters
format'crLfList' | 'lfList' | 'comma' | 'tab' | 'json' | 'xml'
Desired Format of Response.
- crLfList - Default. File list delimited by CR/LF.
- lfList - File list delimited by LF.
- comma - comma delimited list.
- tab - tab delimited list.
- json - JSON serialized list.
- xml - XML serialized list.
{"stackTrail":"components:parameters:LicenseKeyParam:schema","oasType":"schema","type":"unknown"}
The License Key issued by Melissa.
Headers
Accept'application/json' | '*/*' required
Format of the response.
Content-Type'application/json' | 'application/xml' required
Format of the request.
Response
Successful response.
string[] required
Example response
[ "2023.06", "2023.07", "2023.08", "2023.12", "2024.01" ]