API response does not containg url to uploaded file

System Information

Node 4

What setting up a data entity type with a ‘file’ field, and creating a data object with that entity (and uploading a file), the API response does not contain a link or refrence to the uploaded file.

Am I doing something wrong?

Strapi V4 has a new filtering system.

See REST API - Strapi Developer Docs

Add this to get all entries in your request ?populate=*

1 Like