Application
Last updated
Was this helpful?
Was this helpful?
GET /rest/2.0/application/info HTTP/1.1
Authorization: Basic username:password
Accept: */*
{
"baseUrl": "text",
"buildNumber": "text",
"solutions": [
{
"name": "text",
"version": {
"major": 5,
"minor": 6,
"fullVersion": "2020.11.0",
"displayVersion": "2020.11.0"
}
}
],
"version": {
"major": 5,
"minor": 6,
"fullVersion": "2020.11.0",
"displayVersion": "2020.11.0"
}
}