blob: f394152bc59c9c3d2f173739c67f9fe78023af13 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Archiva UI Rest API: BrowseService</title>
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap core CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> -->
<!--custom css for these pages-->
<link rel="stylesheet" href="css/enunciate.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home">
<div class="container">
<header>
<div id="header" class="column first last span-20">
<div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">Archiva UI Rest API: BrowseService</a></div>
<div id="primary" class="column span-18 append-1 prepend-1 first last">
<ul class="navigation">
<li id="nav-rest"><a href="resources.html">REST</a></li>
<li id="nav-data"><a href="data.html">Data Model</a></li>
</ul>
</div>
<div>
<ul class="xbreadcrumbs" id="breadcrumbs">
<li>
<a href="index.html" class="home">Home</a> &gt;
</li>
<li>
<a href="resources.html">Resources</a> &gt;
</li>
<li class="current">
<a href="resource_BrowseService.html">BrowseService</a>
</li>
</ul>
</div>
</div>
<!--<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Archiva UI Rest API: BrowseService</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="resources.html">Resources</a></li>
<li><a href="data.html">Data Types</a></li>
<li><a href="downloads.html">Files and Libraries</a></li>
</ul>
</div>
</div>
</nav>-->
</header>
<div id="main" class="column first last span-20">
<h1 class="page-header">BrowseService <small>Resource</small></h1>
<p></p>
<ul>
<li><a href="#resource_BrowseService_artifactAvailable_GET">.//browseService/artifactAvailable/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_artifactAvailable_GET">.//browseService/artifactAvailable/{g}/{a}/{v}/{c}</a></li>
<li><a href="#resource_BrowseService_getArtifactContentEntries_GET">.//browseService/artifactContentEntries/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getArtifactContentText_GET">.//browseService/artifactContentText/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getArtifactDownloadInfos_GET">.//browseService/artifactDownloadInfos/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getArtifacts_GET">.//browseService/artifacts/{r}</a></li>
<li><a href="#resource_BrowseService_getArtifactsByMetadata_GET">.//browseService/artifactsByMetadata/{key}/{value}</a></li>
<li><a href="#resource_BrowseService_getArtifactsByProjectVersionMetadata_GET">.//browseService/artifactsByProjectVersionMetadata/{key}/{value}</a></li>
<li><a href="#resource_BrowseService_getArtifactsByProperty_GET">.//browseService/artifactsByProperty/{key}/{value}</a></li>
<li><a href="#resource_BrowseService_browseGroupId_GET">.//browseService/browseGroupId/{groupId}</a></li>
<li><a href="#resource_BrowseService_getDependees_GET">.//browseService/dependees/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_importMetadata_POST">.//browseService/importMetadata</a></li>
<li><a href="#resource_BrowseService_deleteMetadata_DELETE">.//browseService/metadata/{g}/{a}/{v}/{key}</a></li>
<li><a href="#resource_BrowseService_addMetadata_PUT">.//browseService/metadata/{g}/{a}/{v}/{key}/{value}</a></li>
<li><a href="#resource_BrowseService_getMetadatas_GET">.//browseService/metadatas/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getProjectVersionMetadata_GET">.//browseService/projectVersionMetadata/{g}/{a}</a></li>
<li><a href="#resource_BrowseService_getProjectMetadata_GET">.//browseService/projectVersionMetadata/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getRootGroups_GET">.//browseService/rootGroups</a></li>
<li><a href="#resource_BrowseService_searchArtifacts_GET">.//browseService/searchArtifacts/{key}/{text}</a></li>
<li><a href="#resource_BrowseService_searchArtifacts_GET">.//browseService/searchArtifacts/{text}</a></li>
<li><a href="#resource_BrowseService_getTreeEntries_GET">.//browseService/treeEntries/{g}/{a}/{v}</a></li>
<li><a href="#resource_BrowseService_getUserManagableRepositories_GET">.//browseService/userManagableRepositories</a></li>
<li><a href="#resource_BrowseService_getUserRepositories_GET">.//browseService/userRepositories</a></li>
<li><a href="#resource_BrowseService_getVersionsList_GET">.//browseService/versionsList/{g}/{a}</a></li>
</ul>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_artifactAvailable_GET">
<h2>GET <small>/browseService/artifactAvailable/{g}/{a}/{v} <a href=".//browseService/artifactAvailable/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>verify if an artifact is available locally if not download from proxies will be try</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>boolean
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>boolean
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M4</dd>
</dl>
<div id="resource_BrowseService_artifactAvailable_GET">
<h2>GET <small>/browseService/artifactAvailable/{g}/{a}/{v}/{c} <a href=".//browseService/artifactAvailable/{g}/{a}/{v}/{c}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>verify if an artifact is available locally if not download from proxies will be try</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M4</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>c</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>boolean
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>boolean
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getArtifactContentEntries_GET">
<h2>GET <small>/browseService/artifactContentEntries/{g}/{a}/{v} <a href=".//browseService/artifactContentEntries/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>c</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>p</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>t</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_ArtifactContentEntry.html">ArtifactContentEntry</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifactContentEntry.html">artifactContentEntry</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getArtifactContentText_GET">
<h2>GET <small>/browseService/artifactContentText/{g}/{a}/{v} <a href=".//browseService/artifactContentText/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>if path is empty content of the file is returned (for pom view)</p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>c</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>p</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>t</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_ArtifactContent.html">ArtifactContent</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_artifactContent.html">artifactContent</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getArtifactDownloadInfos_GET">
<h2>GET <small>/browseService/artifactDownloadInfos/{g}/{a}/{v} <a href=".//browseService/artifactDownloadInfos/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getArtifacts_GET">
<h2>GET <small>/browseService/artifacts/{r} <a href=".//browseService/artifacts/{r}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>return List of all artifacts from this repository</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>r</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<div id="resource_BrowseService_getArtifactsByMetadata_GET">
<h2>GET <small>/browseService/artifactsByMetadata/{key}/{value} <a href=".//browseService/artifactsByMetadata/{key}/{value}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>Return List of artifacts from this repository with artifact metadata key matching value.
If repository is not provided the search runs in all repositories.</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>value</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<div id="resource_BrowseService_getArtifactsByProjectVersionMetadata_GET">
<h2>GET <small>/browseService/artifactsByProjectVersionMetadata/{key}/{value} <a href=".//browseService/artifactsByProjectVersionMetadata/{key}/{value}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>Return List of artifacts from this repository with project version level metadata key matching value. If
repository is not provided the search runs in all repositories.</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>value</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<div id="resource_BrowseService_getArtifactsByProperty_GET">
<h2>GET <small>/browseService/artifactsByProperty/{key}/{value} <a href=".//browseService/artifactsByProperty/{key}/{value}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>Return List of artifacts from this repository with property key matching value.
If repository is not provided the search runs in all repositories.</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>value</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_browseGroupId_GET">
<h2>GET <small>/browseService/browseGroupId/{groupId} <a href=".//browseService/browseGroupId/{groupId}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>groupId</td>
<td>path</td>
<td>groupId to browse</td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td>optionnal (repository to browse if <code>null</code> all available user repositories are used)</td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_BrowseResult.html">BrowseResult</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_browseResult.html">browseResult</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getDependees_GET">
<h2>GET <small>/browseService/dependees/{g}/{a}/{v} <a href=".//browseService/dependees/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>List of artifacts using the artifact passed in parameter.</p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_importMetadata_POST">
<h2>POST <small>/browseService/importMetadata <a href=".//browseService/importMetadata" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>repository</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Request Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server.">application/json</abbr></td>
<td><a href="json_MetadataAddRequest.html">MetadataAddRequest</a>
(JSON)</td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/xml&quot; HTTP header to specify this media type to the server.">application/xml</abbr></td>
<td><a href="xml_ns0_metadataAddRequest.html">metadataAddRequest</a>
(XML)</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>boolean
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>boolean
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_deleteMetadata_DELETE">
<h2>DELETE <small>/browseService/metadata/{g}/{a}/{v}/{key} <a href=".//browseService/metadata/{g}/{a}/{v}/{key}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>boolean
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>boolean
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_addMetadata_PUT">
<h2>PUT <small>/browseService/metadata/{g}/{a}/{v}/{key}/{value} <a href=".//browseService/metadata/{g}/{a}/{v}/{key}/{value}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>value</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>boolean
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>boolean
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getMetadatas_GET">
<h2>GET <small>/browseService/metadatas/{g}/{a}/{v} <a href=".//browseService/metadatas/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Entry.html">Entry</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_entry.html">entry</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getProjectVersionMetadata_GET">
<h2>GET <small>/browseService/projectVersionMetadata/{g}/{a} <a href=".//browseService/projectVersionMetadata/{g}/{a}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_ProjectVersionMetadata.html">ProjectVersionMetadata</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_projectVersionMetadata.html">projectVersionMetadata</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getProjectMetadata_GET">
<h2>GET <small>/browseService/projectVersionMetadata/{g}/{a}/{v} <a href=".//browseService/projectVersionMetadata/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_ProjectVersionMetadata.html">ProjectVersionMetadata</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_projectVersionMetadata.html">projectVersionMetadata</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getRootGroups_GET">
<h2>GET <small>/browseService/rootGroups <a href=".//browseService/rootGroups" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_BrowseResult.html">BrowseResult</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_browseResult.html">browseResult</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<div id="resource_BrowseService_searchArtifacts_GET">
<h2>GET <small>/browseService/searchArtifacts/{key}/{text} <a href=".//browseService/searchArtifacts/{key}/{text}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>Search artifacts with the property specified by key matching text. If repository is not provided the search runs
in all repositories. If exact is true only the artifacts whose property match exactly are returned.</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>key</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>text</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>exact</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<div id="resource_BrowseService_searchArtifacts_GET">
<h2>GET <small>/browseService/searchArtifacts/{text} <a href=".//browseService/searchArtifacts/{text}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>Search artifacts with any property matching text. If repository is not provided the search runs in all
repositories. If exact is true only the artifacts whose property match exactly are returned.</p>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>2.2</dd>
</dl>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>text</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>exact</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_Artifact.html">Artifact</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_artifact.html">artifact</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getTreeEntries_GET">
<h2>GET <small>/browseService/treeEntries/{g}/{a}/{v} <a href=".//browseService/treeEntries/{g}/{a}/{v}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p>return the dependency Tree for an artifacts
<b>the List result has only one entry</b></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>v</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_TreeEntry.html">TreeEntry</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_treeEntry.html">treeEntry</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getUserManagableRepositories_GET">
<h2>GET <small>/browseService/userManagableRepositories <a href=".//browseService/userManagableRepositories" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_ManagedRepository.html">ManagedRepository</a>
(JSON)</td>
<td rowspan="2">List of repositories current user can manage</td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_managedRepository.html">managedRepository</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getUserRepositories_GET">
<h2>GET <small>/browseService/userRepositories <a href=".//browseService/userRepositories" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td>array of <a href="json_ManagedRepository.html">ManagedRepository</a>
(JSON)</td>
<td rowspan="2">List of managed repositories current user can read</td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td>list of <a href="xml_ns0_managedRepository.html">managedRepository</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<dl class="dl-horizontal">
<dt>Available Since</dt>
<dd>1.4-M3</dd>
</dl>
<div id="resource_BrowseService_getVersionsList_GET">
<h2>GET <small>/browseService/versionsList/{g}/{a} <a href=".//browseService/versionsList/{g}/{a}" class="glyphicon glyphicon-new-window" target="_blank"></a></small></h2>
<p></p>
<table class="table">
<caption>Request Parameters</caption>
<thead>
<tr>
<th>name</th>
<th>type</th>
<th>description</th>
<th>default</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>g</td>
<td>path</td>
<td></td>
<td>n/a</td>
</tr>
<tr>
<td>repositoryId</td>
<td>query</td>
<td></td>
<td>n/a</td>
</tr>
</tbody>
</table>
<table class="table">
<caption>Response Body</caption>
<thead>
<tr>
<th>media type</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server.">application/json</abbr></td>
<td><a href="json_VersionsList.html">VersionsList</a>
(JSON)</td>
<td rowspan="2"></td>
</tr>
<tr>
<td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/xml&quot; HTTP header to request that this media type be provided by the server.">application/xml</abbr></td>
<td><a href="xml_ns0_versionsList.html">versionsList</a>
(XML)</td>
</tr>
</tbody>
</table>
</div>
<footer>
<div class="footer">
Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.
</div>
</footer>
</div>
</div>
<!-- JavaScript placed at the end of the document so the pages load faster. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.js" type="text/javascript"></script>
</body>
</html>