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
Hi Visagan
In order to fetch the files from a certain revision, you should use the endpoint
And you need to pas the commit id as the parameter at (see the link above)
Regards
Anton
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @hemalathacg Try this api call
https://hostname//rest/api//1.0//projects/repositoryname/repos/branchname/files?limit=1000
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.