Currently, you can only retrieve information about an entity if you know its ID. We should support "find" and "findone" endpoints to search for entities by name.
Example: https://api.catalogopolis.xyz/v1/actors/findone?name=patrick%20troughton
Searches should be case-insensitive.
Currently, you can only retrieve information about an entity if you know its ID. We should support "find" and "findone" endpoints to search for entities by name.
Example: https://api.catalogopolis.xyz/v1/actors/findone?name=patrick%20troughton
Searches should be case-insensitive.