2

As the title says, is there a way to view the fields of a linked entry in one query? For example, I query the following url:

https://cdn.contentful.com/spaces/{spaceid}/entries/{entryid}?access_token={accesstoken}

and only get the fields associated with the entry I explicitly queried for. It only shows the meta data for linked entries. How can I write one url query that shows all fields of both the explicit entry and the linked entries?

red_student
  • 316
  • 2
  • 6
  • 16

1 Answers1

0

I have figured this out: I needed to add the url parameter:

&locale=*

which shows nested fields for entries.

red_student
  • 316
  • 2
  • 6
  • 16