Records
-
Get Record
Retrieves details of 1 record from an App by specifying the App ID and Record ID.
-
Get Records
Retrieves details of multiple records from an App by specifying the App ID and a query string.
-
Add Record
Adds 1 record to an App.
-
Add Records
Adds multiple records to an App.
-
Update Record
Updates details of 1 record in an App by specifying its record number, or a different unique key.
-
Update Records
Updates details of multiple records in an App, by specifying their record numbers, or their unique keys.
-
Delete Records
Deletes multiple records in an app.
-
Get Cursor
Retrieves multiple records from an App by specifying the cursor ID.
-
Add Cursor
Adds a cursor so that large amount of records can be obtained from an App.
-
Delete Cursor
Deletes a cursor by specifying the cursor ID.
-
Get Comments
Retrieves multiple comments from a record in an app.
-
Add Comment
Add a comment to a record in an app.
-
Delete Comment
Delete a comment in a record in an app.
-
Bulk Request
Runs multiple API requests sequentially to multiple Apps.
-
Update Status
Updates the Status of a record of an App, that was set with the Process Management feature.
-
Update Statuses
Updates the Statuses of Multiple records of an App, that were set with the Process Management feature.
-
Update Assignees
Updates the Assignees of a Record status, that was set with the Process Management feature.