Hi
We have an old system which uses SOAP API and i'm rewriting it with REST API. Before, using soap, you would identify custom object fields with their internal names. So did our system and it stored that names in its database. Now, i'm facing a problem. as REST API doesn't provide internal names for custom object fields, only their display names and ids. Am I right? Is there any way to get internal names via REST? I found, that you can get this internal names via BULK API, but is there really no way to get them using REST? It seems strange to me and i don't want to use BULK as it has limitations for requests per day.