Get Solution Using GET
Data includes name, version, vendor and adapterKinds of the solution
Request
URI
GET
https://{api_host}/api/solutions/{solutionId}
COPY
Path Parameters
string
solutionId
Required
The Id of the solution
Responses
200
The solution info
Returns solution of type(s) application/json
{
"adapterKindKeys": [
"string"
],
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"vendor": "string",
"version": "string"
}
array of string
adapterKindKeys
Optional
List of Adapter Kind keys associated with the Solution
string
description
Optional
Description of the Solution
string
id
Required
Identifier of the solution
string
name
Optional
Name of the Solution
string
vendor
Optional
Vendor name of the Solution
string
version
Optional
Version of the Solution
404
The specified Id does not exist in the system
Operation doesn't return any data structure