/projects/{locator}/revisionsAsk AIget https://app.fossa.com/api/projects/{locator}/revisionsList Revisions for the branches and tags of a given project.Path Paramslocatorstringrequiredthe url-encoded locator of the project - matched by substringQuery Paramsoffsetnumberthe number of revisions to skip for pagination (used with "count" query parameter)countnumberthe number of revisions to return (maximum of 1000)resolvedbooleanIf true, we will only return Revisions that have been successfully analyzed by FOSSA (resolved)truefalserefs[]array of stringsthe list of branches or tags being requestedrefs[]ADD stringrefs_typestringenumSpecify whether the list should be tags OR branchesbranchtagAllowed:branchtagsourcestringenumFilter the revisions by sourcegithubgitlabbitbucketazurecliarchivecontainersbomShow 8 enum valuesResponses 200A map of branches and tags of the Project to a sorted list of Revisions belonging to the corresponding tag/branch 400Bad Request 401Unauthorized 404Not Found 500Server ErrorUpdated 6 months ago