Get License Keys For Solution Using GET
Get all the licenses that are currently available for a solution
Request
URI
GET
https://{api_host}/api/solutions/{solutionId}/licenses
COPY
Path Parameters
string
solutionId
Required
The id of the solution
Responses
200
The license details that are currently available for a solution
Returns solution-licenses of type(s) application/json
{
"solutionLicenses": [
{
"capacity": "string",
"edition": "string",
"expirationDate": 0,
"id": "string",
"licenseKey": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"usage": "string"
}
]
}