Skip to content

List all software license policies

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

Lists all software license policies for a specified project.

id
required
One of:
string

The ID or URL-encoded path of the project

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

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