How to get file content using REST API?

Hi everyone,

I use this API https://developer.atlassian.com/server/bitbucket/rest/v904/api-group-repository/#api-api-latest-projects-projectkey-repos-repositoryslug-browse-path-get to get the file content. But it doesn’t return the full content of the file.


So are there any way to get the full file content?

Thanks!