Get Release Groups

gethttps://app.fossa.com/api/v2/release-groups

Fetch the list of release groups based on provided filters.

Query parameters

sortenum

The category to order the results by and sort direction.

title_asctitle_descissues-total_ascissues-total_desclatest-scan_asclatest-scan_desc
pageinteger

The specific page of data to return

countinteger

The number of items to return in each page of results

titlestring

Filter by release group name.

teamIdstring | number[]

Filter by one or more team IDs. Providing "null" will return all unassigned release groups.

latestScaninteger

Filter by last policy scan within N days.

isPublicboolean

Filter by whether the release group is public on the portal.

Responses

200Okay
totalinteger
releaseGroupsobject[]
idinteger
titlestring
publicOnPortalboolean
scannedstring <date-time>
issuesinteger
projectsinteger
403Forbidden
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

Try this endpoint

Build a request and run it against app.fossa.com.

Bearer

Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.

GET https://app.fossa.com/api/v2/release-groups
curl --request GET \  --url 'https://app.fossa.com/api/v2/release-groups' \  --header 'accept: application/json' \  --header 'authorization: Bearer YOUR_API_TOKEN'

Real request. Mutating methods can change data.

Click Try It to run a request and see the response here.
Enter a Bearer token before running this request.

Query params

sortenum

The category to order the results by and sort direction.

pageinteger

The specific page of data to return

countinteger

The number of items to return in each page of results

titlestring

Filter by release group name.

teamIdstring

Filter by one or more team IDs. Providing "null" will return all unassigned release groups.

latestScaninteger

Filter by last policy scan within N days.

isPublicboolean

Filter by whether the release group is public on the portal.