FieldsInJavaAPIs
From AgileApps Support Wiki
Revision as of 03:05, 18 November 2014 by imported>Aeric
- A comma-separated list of field names
- The asterisk ("*") wildcard specifies all fields
- (Use the REST API:field Resource to get a complete list of fields.)
- For related-record fields in a Composite Object, specify the alias of the related object, and the field name in that object.
The pattern is: {aliasName}.{fieldName}. (When fetched, the alias becomes an array of records from the aliased object, where each item in the array contains the specified field(s).)