Record APIs

ReadiNow's Record APIs provide read / write access to data at the level of individual records. Each record is identified by a unique identifier (UID).

Articles

Record APIs - Getting Started
ReadiNow allows you to integrate your tenant data with other systems. You can query and update data from outside the platform by exposing your data through Record APIs. Authentication The platform's APIs use OAuth 2.0 authentication with the   C...
Record APIs - Record Types
Record Types Data for most types of Object in the platform can be exposed via Record APIs (subject to a couple of basic restrictions listed in Getting Started ). Each Object will correspond to a Record Type in the Record APIs. API Naming ...
Record APIs - Reading Data
The platform's Record APIs can be used to retrieve data in the form of individual records, or pages of multiple records. Listing records The platform can be used to retrieve a page of matching records of a specific type (a "Record Type"). The p...
Record APIs - Creating And Modifying Data
The platform's Record APIs can be used to create and modify data in the form of individual records. Creating a new record The platform's record APIs can be used to create a record of a specific type (a "Record Type"). The pattern for the URL us...