Difference between revisions of "FieldsInJavaAPIs"
From AgileApps Support Wiki
imported>Aeric (Created page with "::* A comma-separated list of field names to retrieve{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where a field name of the form <tt>alias[.alias...].*</tt> or <tt>alias[.a…") |
imported>Aeric |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
::* A comma-separated list of field names to | ::* A comma-separated list of field names (Use the [[REST API:field Resource]] to get a complete list of fields.) | ||
:: | ::* The asterisk (<tt>"*"</tt>) wildcard specifies all fields. | ||
::* For related-record fields in a [[Composite Object]], specify the alias of the related object and the field name, where the alias is defined in the [[Object Relationships]]: | |||
:::: <tt>alias[.alias...].*</tt> or <tt>alias[.alias...].field</tt> | |||
::: When fetched, an alias becomes a virtual "field" that contains an ''array'' of records from the related object, where each record contains the specified field(s). |
Latest revision as of 03:44, 18 November 2014
- A comma-separated list of field names (Use the REST API:field Resource to get a complete list of fields.)
- The asterisk ("*") wildcard specifies all fields.
- For related-record fields in a Composite Object, specify the alias of the related object and the field name, where the alias is defined in the Object Relationships:
- alias[.alias...].* or alias[.alias...].field
- When fetched, an alias becomes a virtual "field" that contains an array of records from the related object, where each record contains the specified field(s).