Crucible
    Crucible
    • /rest-service/auth-v1/login
      GET
    • /rest-service/auth-v1/login
      POST
    • /rest-service/projects-v1
      GET
    • /rest-service/projects-v1/{key}
      GET
    • /rest-service/repositories-v1
      GET
    • /rest-service/repositories-v1/browse/{repository}/{path}
      GET
    • /rest-service/repositories-v1/change/{repository}/{revision}
      GET
    • /rest-service/repositories-v1/changes/{repository}/{path}
      GET
    • /rest-service/repositories-v1/content/{repository}/{revision}/{path}
      GET
    • /rest-service/repositories-v1/history/{repository}/{revision}/{path}
      GET
    • /rest-service/repositories-v1/{repository}
      GET
    • /rest-service/repositories-v1/{repository}/svn
      GET
    • /rest-service/repositories-v1/{repository}/{revision}/{path}
      GET
    • /rest-service/reviews-v1
      GET
    • /rest-service/reviews-v1
      POST
    • /rest-service/reviews-v1/details
      GET
    • /rest-service/reviews-v1/filter
      GET
    • /rest-service/reviews-v1/filter
      POST
    • /rest-service/reviews-v1/filter/details
      GET
    • /rest-service/reviews-v1/filter/details
      POST
    • /rest-service/reviews-v1/filter/{filter}
      GET
    • /rest-service/reviews-v1/filter/{filter}/details
      GET
    • /rest-service/reviews-v1/metrics/{version}
      GET
    • /rest-service/reviews-v1/search/{repository}
      GET
    • /rest-service/reviews-v1/search/{repository}/details
      GET
    • /rest-service/reviews-v1/versionInfo
      GET
    • /rest-service/reviews-v1/{id}
      DELETE
    • /rest-service/reviews-v1/{id}
      GET
    • /rest-service/reviews-v1/{id}/actions
      GET
    • /rest-service/reviews-v1/{id}/addChangeset
      POST
    • /rest-service/reviews-v1/{id}/addFile
      POST
    • /rest-service/reviews-v1/{id}/addPatch
      POST
    • /rest-service/reviews-v1/{id}/close
      POST
    • /rest-service/reviews-v1/{id}/comments
      GET
    • /rest-service/reviews-v1/{id}/comments
      POST
    • /rest-service/reviews-v1/{id}/comments/general
      GET
    • /rest-service/reviews-v1/{id}/comments/markAllAsRead
      POST
    • /rest-service/reviews-v1/{id}/comments/versioned
      GET
    • /rest-service/reviews-v1/{id}/comments/{cId}
      DELETE
    • /rest-service/reviews-v1/{id}/comments/{cId}
      GET
    • /rest-service/reviews-v1/{id}/comments/{cId}
      POST
    • /rest-service/reviews-v1/{id}/comments/{cId}/markAsLeaveUnread
      POST
    • /rest-service/reviews-v1/{id}/comments/{cId}/markAsRead
      POST
    • /rest-service/reviews-v1/{id}/comments/{cId}/replies
      GET
    • /rest-service/reviews-v1/{id}/comments/{cId}/replies
      POST
    • /rest-service/reviews-v1/{id}/comments/{cId}/replies/{rId}
      DELETE
    • /rest-service/reviews-v1/{id}/comments/{cId}/replies/{rId}
      POST
    • /rest-service/reviews-v1/{id}/complete
      POST
    • /rest-service/reviews-v1/{id}/details
      GET
    • /rest-service/reviews-v1/{id}/patch
      GET
    • /rest-service/reviews-v1/{id}/patch
      POST
    • /rest-service/reviews-v1/{id}/patch/{patchId}
      DELETE
    • /rest-service/reviews-v1/{id}/publish
      POST
    • /rest-service/reviews-v1/{id}/publish/{cId}
      POST
    • /rest-service/reviews-v1/{id}/remind
      POST
    • /rest-service/reviews-v1/{id}/reviewers
      GET
    • /rest-service/reviews-v1/{id}/reviewers
      POST
    • /rest-service/reviews-v1/{id}/reviewers/completed
      GET
    • /rest-service/reviews-v1/{id}/reviewers/uncompleted
      GET
    • /rest-service/reviews-v1/{id}/reviewers/{username}
      DELETE
    • /rest-service/reviews-v1/{id}/reviewitems
      GET
    • /rest-service/reviews-v1/{id}/reviewitems
      POST
    • /rest-service/reviews-v1/{id}/reviewitems/details
      POST
    • /rest-service/reviews-v1/{id}/reviewitems/revisions
      POST
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}
      DELETE
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}
      GET
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}/comments
      GET
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}/comments
      POST
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}/details
      PUT
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}/revisions
      DELETE
    • /rest-service/reviews-v1/{id}/reviewitems/{riId}/revisions
      POST
    • /rest-service/reviews-v1/{id}/transition
      POST
    • /rest-service/reviews-v1/{id}/transitions
      GET
    • /rest-service/reviews-v1/{id}/uncomplete
      POST
    • /rest-service/search-v1/reviews
      GET
    • /rest-service/search-v1/reviewsForIssue
      GET
    • /rest-service/users-v1
      GET
    • /rest-service/users-v1/{repository}/{username}
      GET
    • /rest-service/users-v1/{username}
      GET

      /rest-service/repositories-v1

      GET
      /rest-service/repositories-v1
      Returns a list of all repositories. This includes plugin provided repositories
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://crucible.local/context//rest-service/repositories-v1'
      Response Response Example
      {}

      Request

      Query Params
      name
      string 
      optional
      filter repositories by the repository key, only repositories of keys containing this value
      would be returned if value was provided. Case insensitive.
      enabled
      string 
      optional
      filter repositories by enabled flag. Only enabled/disabled repositories would be returned
      accordingly if value was provided.
      available
      string 
      optional
      filter repositories by its availability. Only available/unavailable repositories would be returned
      accordingly if value was provided.
      type
      string 
      optional
      filter repositories by type. Allowed values: cvs, svn, p4, git, hg, plugin (for light SCM repositories).
      Parameter can be specified more than once.
      limit
      integer 
      optional
      maximum number of repositories to be returned.

      Responses

      🟢200Successful Response
      application/json
      Body
      object {0}
      Modified at 2022-09-10 20:23:24
      Previous
      /rest-service/projects-v1/{key}
      Next
      /rest-service/repositories-v1/browse/{repository}/{path}
      Built with