I am currently working on a crawler for ms dynamics. But, before crawling the custom object, I want to verify if an object exists in ms dynamics. I want to make an input box for the user to search for an object and only allow to crawl that object if it exists and return an error if it doesn't.
Is there any API that can accept something like the name of the object as the query parameter and returns if the object exists or not?