Retrieve a software license policy
GET
/api/v4/projects/{id}/managed_licenses/{managed_license_id}
Retrieves a specified software license policy from a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”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