Get entry by id var todo = await StrapiClient.GetClient() .GetFiltersBuilder() .EntryName("todo") .PluralApiId("todos") .GetAsync(1);