Retrieve Fields of a Linked Entry - Contentful

时间:2016-07-11 19:16:12

标签: node.js content-management-system contentful

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?

1 个答案:

答案 0 :(得分:0)

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

&locale=*

which shows nested fields for entries.