I need to get the ID's of the records in a cross-reference field using Web API. Is there an API method to solve this type of task? Or at least I want to know, how to get the value of a specific field?
There are many different methods described in the documentation for operating with list fields (such as GetValuesListValue
) and I wonder if there a same way to solve my task.
I can use ExecuteSeach
method, but it isn't very convenient.