/
/OpenGrok RESTful API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 29m ago · Updated 2mo ago
Annotation1
Configuration5
Directory listing1
File3
Groups4
History1
Messages3
Monitoring1
Projects13
  • getReturn a list of all projects
  • postAdd project
  • deleteDelete project
  • deleteDelete project index data
  • deleteDelete history cache for a project
  • deleteDelete annotation cache for a project
  • putMark project as indexed
  • getGet list of files tracked by the index database for given project
  • getReturn the property value
  • putSet property value for the project
  • getReturn a list of repositories for the specified project
  • getReturn types of project repositories
  • getReturn a list of indexed projects
Repositories1
Search1
Status2
Suggester7
System5
    Projects

    Return a list of all projects

    get/projects

    Response

    List of projects.

    string[] required

    Changes