Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

"CRUD" Request Types

Read

Read object data from the database. This API will filter the objects based on the field names and values in theĀ data portion of the request. There is no way to limit the fields returned by this API, so full object data will always be returned.

...