Path parameters
-
The SID of the Sync Service with the Sync Map Item resource to fetch.
-
The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's
sid
or itsunique_name
. -
The
key
value of the Sync Map Item resource to fetch.
GET
/v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}
curl \
--request GET 'https://sync.twilio.com/v1/Services/{ServiceSid}/Maps/{MapSid}/Items/{Key}' \
--user "username:password"
Response examples (200)
{
"key": "key",
"url": "https://sync.twilio.com/v1/Services/ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Maps/MPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Items/key",
"data": {},
"map_sid": "MPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"revision": "revision",
"created_by": "created_by",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2015-07-30T20:00:00Z",
"date_expires": "2015-07-30T21:00:00Z",
"date_updated": "2015-07-30T20:00:00Z"
}