<< Back to GForge REST API

Entity: Trove

GET

getProjects

Get all projects that are tagged with a given category

Parameters (2)

Name Type Description
id string Database ID for the wiki. Required
content string Content to be saved for the wiki page. Required

Return: (none)

getTrove

Gets all trove categories.

Parameters (1)

Name Type Description
request \mvcnphp\RequestParameters

Return: \gforge\core\models\api\TroveCategoryBasic

Zero or more TroveCategoryBasic records.

Name Type Description
id int Unique database identifier for the Trove Category
categoryName string Trove Category name
description string Trove Category description
alias string Trove Category alias
showInSearch string Trove Category showInSearch
rootCategoryId int Trove Category rootCategoryId
parentCategoryId int Trove Category parentCategoryId
accessLevel int Trove Category accessLevel

Example 1

Find the tags matching the section "trackeritem"
  GET http://gforge.api/trove

POST

postTrove

Create a new build and an associated job if necessary

Parameters (2)

Name Type Description
id string Database ID for the wiki. Required
content string Content to be saved for the wiki page. Required

Return: (none)

PUT

DELETE

deleteTrove

Create a new build and an associated job if necessary

Parameters (2)

Name Type Description
id string Database ID for the wiki. Required
content string Content to be saved for the wiki page. Required

Return: (none)