contentful / contentful.rb

Ruby client for the Contentful Content Delivery API
https://www.contentful.com/developers/documentation/content-delivery-api/
MIT License
135 stars 64 forks source link

Get all entries that an entry is linked to? #252

Closed robertcramer closed 2 years ago

robertcramer commented 2 years ago

I am having a hard time finding a method call for an entry to give me all entries that a specific entry is linked to. I can see the information in the Web Dashboard in the General -> Links section of an entry but wondering if there is a way to get this info using this library?

rubydog commented 2 years ago

@robertcramer are you looking for something like: https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/links/links-to-a-specific-item/query-entries/console/ruby ?

robertcramer commented 2 years ago

Thanks @rubydog. I will see if I can make this work for my use case.