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.
...