I would like to get only the newly or modifed files or folders between two branches of a repository using the bitbucket rest api 1.0
I am using the endpoint
/REST/API/1.0/PROJECTS/{PROJECTKEY}/REPOS/{REPOSITORYSLUG}/COMPARE/DIFF{PATH:.*}?FROM&TO&FROMREPO&SRCPATH&CONTEXTLINES&WHITESPACE
but this api returns only truncated results as it includes all the changes like code etc. I need only the files or folders newly added or modifed nothing else.
What is the api to get this?