Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description: List all repositories of the project with the given key and their categories.

Status
colourRed
titleBROKEN
 Categories are not returned

Code Block
titleGET /rest/categories/latest/repositories?projectkey=\{projectKey\}&limit=10
linenumberstrue
collapsetrue
{
 "message": String Error or hint message,
 "result":[
	{
		"repositoryId": int Id of the repository,
		"repositoryName": String Name of the repository,
		"repositorySlug": String Slug of the repository,
		"categories":[
			{
				"id": int Id of the repository category,
				"title": String Title of the repository category
			},
			...
		]
	},
	...
 ]
}

...