Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns a license by ID.
Parameters
| Parameter | Description |
|---|
| License ID | ID of a license. |
Example Output
[
{
"licenseId": "<string>",
"product": {
"code": "<string>",
"name": "<string>"
},
"assignee": {
"key": "<string>",
"type": "<string>"
},
"perpetual": {
"isOutdated": false
},
"team": {
"id": 817434,
"name": "<string>"
},
"isTransferableBetweenTeams": true,
"isTrial": false,
"isSuspended": false,
"isAvailableToAssign": false
},
{
"licenseId": "<string>",
"product": {
"code": "<string>",
"name": "<string>"
},
"assignee": {
"key": "<string>",
"type": "<string>"
},
"perpetual": {
"isOutdated": false
},
"team": {
"id": 1921947,
"name": "<string>"
},
"isTransferableBetweenTeams": true,
"isTrial": false,
"isSuspended": false,
"isAvailableToAssign": false
}
]
Workflow Library Example
Get License with Jetbrains and Send Results Via Email