curl --request GET \
--url https://api.example.com/api/v1/license/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"version": "<string>",
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"icon": "<string>",
"scoreGroups": [
{
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"name": "<string>",
"title": "<string>",
"description": "<string>"
}
],
"params": "{ \"\"minScore\": 0, \"maxScore\": 1 }",
"groupScript": "<string>",
"scoreScript": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/license/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"version": "<string>",
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"icon": "<string>",
"scoreGroups": [
{
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"name": "<string>",
"title": "<string>",
"description": "<string>"
}
],
"params": "{ \"\"minScore\": 0, \"maxScore\": 1 }",
"groupScript": "<string>",
"scoreScript": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
OK
Name of the license
Version of the license
Unique identifier of the entity
1
Time when entity was created
Time when entity was updated
Status of the entity. Default: 'ACTIVE'
ACTIVE, DISABLED, DELETED License icon
Score groups related to current license
Show child attributes
License dynamic params.
Show child attributes
"{ \"\"minScore\": 0, \"maxScore\": 1 }"
Groovy script that calculates scoring groups for score change under this license
Groovy script that calculates score change value for score change under this license