Not getting infusionsoft manually added files using List files API

Team,

I’m using below API to get all files of contact but not getting manually added files from infusionsoft, only getting files, those are added through using API.

https://api.infusionsoft.com/crm/rest/v1/files?limit=10&viewable=BOTH&permission=BOTH&type=Contact&contact_id=115004&access_token=

Please help me.

Can you clarify how you are adding files manually from Infusionsoft?

its added on contact FileBox location using browse attach option.
these files going in application object and i was fetching those using contact object in api so these was an issue. but when i have pass type object as empty then got all files.

it is resolved now, we can close the issue.

Thanks