Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you would like all optional fields, please use the "_ALL" keyword. It will return all public fields for the given object. For example, companies/12.jsonif you would like to get all fields of a company, you would use,


Code Block
/companies?_fields=_ALL

...

If you would also like to get all fields linked to a contact that is linked to a company, you would use
Code Block
/companies?_fields=_ALL,contact(_ALL)

...

Linked resources and optional fields can be found in detail on the endpoints resource page.

...