Parameter | Description |
---|---|
Project ID | The ID or path of the project owned by the authenticated user. If the path is being used, it should be url encoded - for example: user%2my-project . |
Search | Return list of branches containing the search string. You can use ^term and term$ to find branches that begin and end with term respectively. |
[
{
"name": "<string>",
"commit": {
"id": "<string>",
"short_id": "<string>",
"created_at": "2020-05-18T02:42:05",
"parent_ids": [],
"title": "<string>",
"message": "<string>",
"author_name": "<string>",
"author_email": "<string>",
"authored_date": "2022-11-09T05:50:43",
"committer_name": "<string>",
"committer_email": "<string>",
"committed_date": "2021-11-24T13:02:39",
"trailers": {},
"extended_trailers": {},
"web_url": "<string>"
},
"merged": false,
"protected": true,
"developers_can_push": false,
"developers_can_merge": false,
"can_push": true,
"default": true,
"web_url": "<string>"
},
{
"name": "<string>",
"commit": {
"id": "<string>",
"short_id": "<string>",
"created_at": "2020-05-18T02:42:05",
"parent_ids": [],
"title": "<string>",
"message": "<string>",
"author_name": "<string>",
"author_email": "<string>",
"authored_date": "2020-05-18T02:42:05",
"committer_name": "<string>",
"committer_email": "<string>",
"committed_date": "2020-05-18T02:42:05",
"trailers": {},
"extended_trailers": {},
"web_url": "<string>"
},
"merged": false,
"protected": false,
"developers_can_push": false,
"developers_can_merge": false,
"can_push": true,
"default": false,
"web_url": "<string>"
}
]
Was this page helpful?