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/changes/{repository}/{path}

      GET
      /rest-service/repositories-v1/changes/{repository}/{path}
      Represents a sorted list of changesets, newest first.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://crucible.local/context//rest-service/repositories-v1/changes//'
      Response Response Example
      {}

      Request

      Path Params
      repository
      string 
      required
      path
      string 
      required
      Query Params
      oldestCsid
      string 
      optional
      only return change sets after this change set. If omitted there is no restriction.
      includeOldest
      string 
      optional
      include the change set with id "from" in the change sets returned.
      newestCsid
      string 
      optional
      only return change sets before this change set. If omitted there is no restriction.
      includeNewest
      string 
      optional
      include the change set with id "to" in the change sets returned.
      max
      integer 
      optional
      return only the newest change sets, to a maximum of maxChangesets.

      Responses

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