Issue


You make a REST API call and receive an error code 1006 "Field '****' not found."

Solution


This error lets you know you are referencing a field by the wrong API name. The ****  will let you know which field you are referencing incorrectly. To resolve this
  1. Export a list of API names for the fields in your instance.
  2. Locate the desired field and its API name in the list
  3. Update your REST API call with the correct API field name

 

Who This Solution Applies To

Customers using REST API