How to display documentId in strapi content manager?

System Information
  • Strapi Version: 5.0.0
  • Operating System: MacOS 15.0 (24A335)
  • Database: MySQL
  • Node Version: v20.11.1
  • PNPM Version: 9.5.0

can you elaborate it better?

I want to be able to view the documentId in the ui itself. The same documentId which is used to find one object via the api

In which view? They appear on the ListView.

In List View, we do not have an option to see the “documentId,” which is useful in some scenarios.

Ah, you are talking about Strapi 5

Are there any updates on this?
Regarding Strapi V5 and showing the DocumentId in the Admin panel?

1 Like

why do you need that?

Debugging obviously,
For example I do not know which record is the aa0os2uwjl0yoar4o5d6sncq :slight_smile: . but id 1505 yeah i can find it :smiley:

I have translated all my Front End to use documentID instead of id so whenever i want to debug something i need to make an extra effort to find out which record is that in the Admin Panel :slight_smile:

1 Like