Home > Asp.net > Contentful: Retrieve Id for an entry on the basis of title using .NET Core

Contentful: Retrieve Id for an entry on the basis of title using .NET Core

This post was most recently updated on October 19th, 2022

Generally to retrieve details of an entry in contentful, we need to have the entry id. However in case we are not having an entry id and having the name or title of the entry then also we can fetch its details, provided we have the id of the content type of that particular entry. No two published entries of same content type can have same title. 

Required parameters:
-> Title or name of the entry
-> Id of the content type
-> Space ID

 

This Article is TAGGED in , , . BOOKMARK THE permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">