• REST API: The cloud instance is returning “500 Internal Server Error” when accessing the “/Employees GET” and “/Users GET” endpoints and specifying multiple fields via the “fields” URL parameter

    Only when accessing the “/Employees GET” and “/Users GET” endpoints and specifying almost all the available fields via the “fields” URL parameter, the server is responding with the “500 Internal Server Error”. No additional information is provided. …
  • import data into relationship table

    following on from my last question, I have managed to generate a CSV of 635 records to go into my holokote - feature-key relationship table, this was easy to do with my local backup of my live cloud system. My question now is, is there anyway to import…
  • Using OAuth2.0 Swift authentication

    Hello All, I am developing an iOS application for crm. I am try to authentication using Oauth2.0. There are in bellow code. let oauthswift = OAuth2Swift ( consumerKey: client_id, consumerSecret: clientSecret, authorizeUrl: authURL, accessTokenUrl: accessURL…
  • Related Entity Search Filter

    How to search the related fields like Opportunities and Cases using the Account email without using the record ID in the API? For Example: POST https: //{domain_url}/rest/v10/Accounts/filter { "filter" : [ { "email_addresses.email_address" : { "$contains…
  • Getting all available modules in v10 REST API

    Is there any rest v10 API to retrieve available modules in v10 REST API version?