- Available Since
- 1.4-M3
GET /browseService/artifactAvailable/{g}/{a}/{v}
verify if an artifact is available locally if not download from proxies will be try
- Available Since
- 1.4-M3
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
boolean
(XML) |
- Available Since
- 1.4-M4
GET /browseService/artifactAvailable/{g}/{a}/{v}/{c}
verify if an artifact is available locally if not download from proxies will be try
- Available Since
- 1.4-M4
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
c |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
boolean
(XML) |
GET /browseService/artifactContentEntries/{g}/{a}/{v}
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
c |
query |
|
n/a |
p |
query |
|
n/a |
repositoryId |
query |
|
n/a |
t |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifactContentEntry
(XML) |
GET /browseService/artifactContentText/{g}/{a}/{v}
if path is empty content of the file is returned (for pom view)
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
c |
query |
|
n/a |
p |
query |
|
n/a |
repositoryId |
query |
|
n/a |
t |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
artifactContent
(XML) |
GET /browseService/artifactDownloadInfos/{g}/{a}/{v}
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
- Available Since
- 1.4-M3
GET /browseService/artifacts/{r}
return List of all artifacts from this repository
- Available Since
- 1.4-M3
Request Parameters
name |
type |
description |
default |
r |
path |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
- Available Since
- 2.2
- Available Since
- 2.2
- Available Since
- 2.2
GET /browseService/artifactsByProperty/{key}/{value}
Return List of artifacts from this repository with property key matching value.
If repository is not provided the search runs in all repositories.
- Available Since
- 2.2
Request Parameters
name |
type |
description |
default |
key |
path |
|
n/a |
value |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
GET /browseService/browseGroupId/{groupId}
Request Parameters
name |
type |
description |
default |
groupId |
path |
groupId to browse |
n/a |
repositoryId |
query |
optionnal (repository to browse if null all available user repositories are used) |
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
browseResult
(XML) |
GET /browseService/dependees/{g}/{a}/{v}
List of artifacts using the artifact passed in parameter.
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
POST /browseService/importMetadata
Request Parameters
name |
type |
description |
default |
repository |
query |
|
n/a |
Response Body
media type |
data type |
application/xml |
boolean
(XML) |
GET /browseService/rootGroups
Request Parameters
name |
type |
description |
default |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
browseResult
(XML) |
- Available Since
- 2.2
GET /browseService/searchArtifacts/{key}/{text}
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.
- Available Since
- 2.2
Request Parameters
name |
type |
description |
default |
key |
path |
|
n/a |
text |
path |
|
n/a |
exact |
query |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
- Available Since
- 2.2
GET /browseService/searchArtifacts/{text}
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.
- Available Since
- 2.2
Request Parameters
name |
type |
description |
default |
text |
path |
|
n/a |
exact |
query |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of artifact
(XML) |
GET /browseService/treeEntries/{g}/{a}/{v}
return the dependency Tree for an artifacts
the List result has only one entry
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
v |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of treeEntry
(XML) |
GET /browseService/userManagableRepositories
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of managedRepository
(XML) |
GET /browseService/userRepositories
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
list of managedRepository
(XML) |
GET /browseService/versionsList/{g}/{a}
Request Parameters
name |
type |
description |
default |
a |
path |
|
n/a |
g |
path |
|
n/a |
repositoryId |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
(custom)
|
application/xml |
versionsList
(XML) |