Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Get file list of a branch using Bittbucket API

visagan santhanam June 9, 2018

Hi,

using the Bitbucket Rest API is there a way to get the list of files based on commit id?

rest/api/1.0/projects/{projectname}/repos/{reponame}/commits/{commit id}

is not returning the list of files

1 answer

1 accepted

0 votes
Answer accepted
Anton Shaleev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 18, 2018

Hi Visagan

In order to fetch the files from a certain revision, you should use the endpoint 

/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/browse

 

And you need to pas the commit id as the parameter at (see the link above)

 

Regards

Anton

siva2221 August 23, 2018

Hi,

How we can get only list of directories from root folder.

In below screen I want to get only the directories and I need to exclude the files.

Do we have any API for that.

image.png

Like hemalathacg likes this
visagan santhanam August 29, 2018

Hi,

The API gives list of all the folders and files inside them. i believe the filtering should be taken care from your side after consuming the return data from the API.

Tirtha Bhattacharya March 31, 2019

Hi,

 

Which bitbucket API gives list of all the folders and files inside them? Could you please let me know. I am in need of that.

hemalathacg October 15, 2020

Hi @siva2221 ,

Did you get answer for your question? Even I would like to list all files which are present in the directory . Please let me know :)

siva2221 November 3, 2020
Hi @hemalathacg Try this api call 

https://hostname//rest/api//1.0//projects/repositoryname/repos/branchname/files?limit=1000
Like Alfira Merinova likes this
hemalathacg November 3, 2020

Hi @siva2221 ,

Thanks,yes I could able to resolve :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events