This content describes an older version of this product.
View Latest
Using the Industries REST API
The Industries REST API provides get, post, and put operations for working with
Individual records, plus filtering.
Get Operation
Get information for one individual, some individuals, or all individuals in your org, including all individuals with changes since a specific date.
Post Operation
Create individuals one at a time or in batches. Use the POST method to create individuals in your org. You can create more than one individual at a time, but it’s an all-or-none operation. If an error occurs while creating any individual’s record, no individuals are created.
Put Operation
Make updates to individuals in your org, one at a time or in groups.
Filter Results
Filter the fields returned by a GET request so that you see only the values you want.