Retrieve a specific Asset Version
The content of an Asset.
Retrieve a specific Asset Version.
Path parameters
-
The SID of the Service to fetch the Asset Version resource from.
-
The SID of the Asset resource that is the parent of the Asset Version resource to fetch.
-
The SID of the Asset Version resource to fetch.
GET /v1/Services/{ServiceSid}/Assets/{AssetSid}/Versions/{Sid}
curl \
-X GET https://serverless.twilio.com/v1/Services/{ServiceSid}/Assets/{AssetSid}/Versions/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"asset_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"path": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com",
"visibility": "public"
}
Response examples (200)
{
"account_sid": "string",
"asset_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"path": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com",
"visibility": "public"
}