Skip to main content

Overview

Items are the individual records within your collections. The SDK provides a comprehensive set of operations for working with items, including filtering, sorting, field selection, and nested relations.

Read Operations

Read Multiple Items

Retrieve a list of items from a collection:

Read Single Item

Retrieve a specific item by its primary key:

Create Operations

Create Single Item

Create a new item in a collection:

Create Multiple Items

Create multiple items at once:

Update Operations

Update Single Item

Update an existing item by its primary key:

Update Multiple Items

Update multiple items using an array of keys or a query:

Batch Update

Update multiple items with different data:

Delete Operations

Delete Single Item

Delete an item by its primary key:

Delete Multiple Items

Delete multiple items using keys or a query:

Query Parameters

Fields Selection

Select specific fields to return:

Filtering

Filter items using various operators:

Sorting

Sort items by one or more fields:

Pagination

Deep Filtering

Filter on nested relations:
Full-text search across fields:

Type Signatures

Next Steps

Collections

Work with collection metadata

Files

Upload and manage files

Users

Manage users and permissions

Real-time

Subscribe to real-time item updates