v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-054815267.9 KB
SyncV1SyncMapItem

get/v1/Services/{ServiceSid}/Maps/{MapSid}/Items

Path parameters

ServiceSidstring required

The SID of the Sync Service with the Map Item resources to read.

MapSidstring required

The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's sid or its unique_name.

Query parameters

Order'asc' | 'desc'

How to order the Map Items returned by their key value. Can be: asc (ascending) or desc (descending) and the default is ascending. Map Items are ordered lexicographically by Item key.

Fromstring

The key of the first Sync Map Item resource to read. See also bounds.

Bounds'inclusive' | 'exclusive'

Whether to include the Map Item referenced by the from parameter. Can be: inclusive to include the Map Item referenced by the from parameter or exclusive to start with the next Map Item. The default value is inclusive.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 100.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK