Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get git automation target branche

GET/workspaces/{organizationId}/git-automation-target-branches/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Target branch
idstringrequired
organizationIdstringrequired
namestringrequired
patternstring | nullrequired
createdAtstringrequired
404Target branch not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/git-automation-target-branches/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "pattern": "string",
  "createdAt": "string"
}