Skip to content

Retrieve a software license policy

GET
/api/v4/projects/{id}/managed_licenses/{managed_license_id}

Retrieves a specified software license policy from a project.

id
required
One of:
string

The ID or URL-encoded path of the project

managed_license_id
required
string

The ID of a managed license

OK

Media typeapplication/json
object
id
integer format: int64
name
string
approval_status
string
Examplegenerated
{
"id": 1,
"name": "example",
"approval_status": "example"
}

Bad Request

Unauthorized

Forbidden

Not found