v50

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

get/v1/Services/{ServiceSid}/Lists/{Sid}

Path parameters

ServiceSidstring required

The SID of the Sync Service with the Sync List resource to fetch.

Sidstring required

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

Response

OK

sidstring nullable

The unique string that we created to identify the Sync List resource.

unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource.

account_sidstring nullable

The SID of the Account that created the Sync List resource.

service_sidstring nullable

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

urlstring uri nullable

The absolute URL of the Sync List resource.

linksobject nullable

The URLs of the Sync List's nested resources.

revisionstring nullable

The current revision of the Sync List, represented as a string.

date_expiresstring date-time nullable

The date and time in GMT when the Sync List expires and will be deleted, specified in ISO 8601 format. If the Sync List does not expire, this value is null. The Sync List 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 Sync List's creator. If the Sync List is created from the client SDK, the value matches the Access Token's identity field. If the Sync List was created from the REST API, the value is system.