v50

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

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

Path parameters

ServiceSidstring required

The SID of the Sync Service with the Sync Map Item resource to fetch.

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.

Keystring required

The key value of the Sync Map Item resource to fetch.

Response

OK

keystring nullable

The unique, user-defined key for the Map Item.

account_sidstring nullable

The SID of the Account that created the Map Item resource.

service_sidstring nullable

The SID of the Sync Service the resource is associated with.

map_sidstring nullable

The SID of the Sync Map that contains the Map Item.

urlstring uri nullable

The absolute URL of the Map Item resource.

revisionstring nullable

The current revision of the Map Item, represented as a string.

{"stackTrail":"components:schemas:sync.v1.service.sync_map.sync_map_item:properties:data","oasType":"schema","type":"unknown","description":"An arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length.","extensionFields":{"x-twilio":{"pii":{"handling":"sensitive","deleteSla":7}}},"nullable":true}
date_expiresstring date-time nullable

The date and time in GMT when the Map Item expires and will be deleted, specified in ISO 8601 format. If the Map Item does not expire, this value is null. The Map Item might not be deleted immediately after it expires.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

created_bystring nullable

The identity of the Map Item's creator. If the Map Item is created from the client SDK, the value matches the Access Token's identity field. If the Map Item was created from the REST API, the value is system.