{ "operationId": "atlassianGetTheBranchingModelForAProject", "method": "GET", "path": "/workspaces/{workspace}/projects/{project_key}/branching-model", "summary": "Atlassian Get The Branching Model For A Project", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "development": { "name": "master", "use_mainbranch": true }, "production": { "name": "production", "use_mainbranch": false }, "branch_types": [ { "kind": "release", "prefix": "release/" }, { "kind": "hotfix", "prefix": "hotfix/" }, { "kind": "feature", "prefix": "feature/" }, { "kind": "bugfix", "prefix": "bugfix/" } ], "type": "project_branching_model", "links": { "self": { "href": "https://api.bitbucket.org/.../branching-model" } } } } ] }