Search ITEM by name ,id

I am using Catalog -> “Search catalog items”

Here i can search by name, description using " text_filter ".
But how to search by “ID”.

dummy json resonse:

 "items": [
    {
      "type": "ITEM",
      "id": "7APT44**G2J",
      "updated_at": "2020-09-15T03:11:22.429Z"
}]
I want to search by this "id".

Thanks

Hi @working_sq welcome to the forums!

If you want to get an item by ID, you should just use the RetrieveCatalogObject (or BatchRetrieveCatalogObjects) endpoint instead (which needs the ID). Please let me know if I misunderstood, or if you have additional questions.